Closed ST2Labs closed 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
/opt/owl_dns
/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
Good idea :)
Fixed
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
Thanks in advance