{% extends "base.html" %} {% block content %}
Run Security Tool
API Usage
curl -X POST http://localhost:6991/api/run \
    -H "Content-Type: application/json" \
    -d '{"tool": "subfinder", "args": "-d example.com"}'
{% endblock %}