Codebase list faraday-plugins / c19a85b tests / commands.json
c19a85b

Tree @c19a85b (Download .tar.gz)

commands.json @c19a85braw · history · blame

{
  "commands": [
    {"plugin_id": "ping", "command": "ping -c4 faradaysec.com", "command_result": "ping"},
    {"plugin_id": "whois", "command": "whois fradaysec.com", "command_result": "whois"},
    {"plugin_id": "nmap", "command": "nmap fradaysec.com", "command_result": "nmap"},
    {"plugin_id": "skipfish", "command": "skipfish http://fradaysec.com", "command_result": "skipfish"},
    {"plugin_id": "sslyze_json", "command": "sslyze  www.google.com --json_out=x.json", "command_result": "sslyze"},
    {"plugin_id": "Amap", "command": "amap www.google.com", "command_result": "amap"},
    {"plugin_id": "arp-scan", "command": "arp-scan www.google.com", "command_result": "arp-scan"},
    {"plugin_id": "Beef", "command": "beef www.google.com", "command_result": "beef"},
    {"plugin_id": "brutexss", "command": "brutexss www.google.com", "command_result": "brutexss"},
    {"plugin_id": "dig", "command": "dig www.google.com", "command_result": "dig"},
    {"plugin_id": "dirsearch", "command": "python3 dirsearch.py -u https://target", "command_result": "python3 dirsearch.py"},

    {"plugin_id": "Dnsenum", "command": "dnsenum www.google.com", "command_result": "Dnsenum"},
    {"plugin_id": "Dnsmap", "command": "dnsmap www.google.com", "command_result": "Dnsmap"},
    {"plugin_id": "Dnsrecon", "command": "dnsrecon www.google.com", "command_result": "Dnsrecon"},
    {"plugin_id": "Dnswalk", "command": "dnswalk www.google.com", "command_result": "Dnswalk"},
    {"plugin_id": "Fierce", "command": "fierce www.google.com", "command_result": "Fierce"},
    {"plugin_id": "ftp", "command": "ftp www.google.com", "command_result": "ftp"},
    {"plugin_id": "Goohost", "command": "goohost.sh www.google.com", "command_result": "goohost.sh"},
    {"plugin_id": "Hping3", "command": "hping3 www.google.com", "command_result": "Hping3"},
    {"plugin_id": "Hydra", "command": "hydra www.google.com", "command_result": "Hydra"},
    {"plugin_id": "Lynis", "command": "lynis www.google.com", "command_result": "Lynis"},
    {"plugin_id": "Medusa", "command": "medusa www.google.com", "command_result": "Medusa"},
    {"plugin_id": "Ndiff", "command": "ndiff www.google.com", "command_result": "Ndiff"},
    {"plugin_id": "Netdiscover", "command": "netdiscover www.google.com", "command_result": "Netdiscover"},
    {"plugin_id": "nextnet", "command": "nextnet www.google.com", "command_result": "nextnet"},
    {"plugin_id": "Nikto", "command": "nikto www.google.com", "command_result": "Nikto"},
    {"plugin_id": "Nmap", "command": "nmap www.google.com", "command_result": "Nmap"},
    {"plugin_id": "pasteAnalyzer", "command": "pasteAnalyzer www.google.com", "command_result": "pasteAnalyzer"},
    {"plugin_id": "peepingtom", "command": "./peepingtom.py www.google.com", "command_result": "./peepingtom.py"},
    {"plugin_id": "propecia", "command": "propecia www.google.com", "command_result": "propecia"},
    {"plugin_id": "rdpscan", "command": "rdpscan www.google.com", "command_result": "rdpscan"},
    {"plugin_id": "Reverseraider", "command": "./reverseraider www.google.com", "command_result": "./reverseraider"},
    {"plugin_id": "Skipfish", "command": "skipfish www.google.com", "command_result": "Skipfish"},
    {"plugin_id": "sshdefaultscan", "command": "./sshdefaultscan.py www.google.com", "command_result": "./sshdefaultscan.py"},
    {"plugin_id": "Telnet", "command": "telnet www.google.com", "command_result": "telnet"},
    {"plugin_id": "Theharvester", "command": "./theHarvester.py www.google.com", "command_result": "./theharvester.py"},
    {"plugin_id": "Traceroute", "command": "traceroute www.google.com", "command_result": "Traceroute"},
    {"plugin_id": "W3af", "command": "w3af www.google.com", "command_result": "W3af"},
    {"plugin_id": "Wapiti", "command": "wapiti www.google.com", "command_result": "Wapiti"},
    {"plugin_id": "Wcscan", "command": "wcscan www.google.com", "command_result": "Wcscan"},
    {"plugin_id": "Webfuzzer", "command": "webfuzzer www.google.com", "command_result": "Webfuzzer"},
    {"plugin_id": "Wfuzz", "command": "wfuzz www.google.com", "command_result": "Wfuzz"},
    {"plugin_id": "whois", "command": "whois www.google.com", "command_result": "whois"},
    {"plugin_id": "X1", "command": "./x1 www.google.com", "command_result": "./x1"},
    {"plugin_id": "xsssniper", "command": "xsssniper www.google.com", "command_result": "xsssniper"},
    {"plugin_id": "dirb", "command": "dirb google.com", "command_result": "dirb"},
    {"plugin_id": "Arachni", "command": "arachni www.google.com", "command_result": "Arachni"}
  ]
}