Skip to content

Commit

Permalink
Add NSE script
Browse files Browse the repository at this point in the history
Added the “smtp-open-relay.nse” NSE script.
  • Loading branch information
0xSobky committed Jan 8, 2017
1 parent 6cb5c2d commit 345e1f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AutoRecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def main():
'http-config-backup, http-cross*, http-devframework,'
'http-enum, http-headers, http-methods, http-robots.txt,'
'http-shellshock, http-sitemap-generator, http-waf-fingerprint,'
'http-xssed, ssl-cert, ssl-enum-ciphers, ssl-heartbleed, ssl-poodle')
'http-xssed, smtp-open-relay, ssl-cert, ssl-enum-ciphers,'
'ssl-heartbleed, ssl-poodle')
nmap_full_cmd = ['nmap', '-sV', '-sS', '-A', '-Pn', '--script',
nmap_script_names, domain]
cmds = {'TXT Records': dig_cmd, 'WHOIS Info': whois_cmd,
Expand Down

0 comments on commit 345e1f3

Please sign in to comment.