Patrowl / PatrowlEngines

PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
https://www.patrowl.io
GNU Affero General Public License v3.0
243 stars 71 forks source link

Sublist3r / Dockerfile - Error Path #6

Closed ST2Labs closed 6 years ago

ST2Labs commented 6 years ago

Hi,

If you want to use docker engine for owl_dns, you must change default "path" in owl_dns.json.sample:

/opt/owl_dns to /opt/patrowl-engines/owl_dns

{
    "name": "PatrOwl - Dns module",
    "version": "0.1a",
    "description": "DNS Scanner",
    "allowed_asset_types": ["ip", "domain"],
    "sublister_bin_path": "/opt/patrowl-engines/owl_dns/libs/Sublist3r",
    "pythonwhois_bin_path": "/opt/patrowl-engines/owl_dns/libs/python-whois",
    "names_path": "/opt/patrowl-engines/owl_dns/etc/names.txt",
    "options": {
        "do_whois":                 { "required": false, "value": "boolean" },
        "do_advanced_whois":{ "required": false, "value": "boolean" },
        "do_reverse_dns":   { "required": false, "value": "boolean" },
        "do_dns_resolve":   { "required": false, "value": "boolean" },
        "do_subdomains_resolve":    { "required": false, "value": "boolean" }
    }
}

Thanks in advance

MaKyOtOx commented 6 years ago

Good idea :)

MaKyOtOx commented 6 years ago

Fixed