Added AmassScan; added web_ports to config.py; stage-5 complete

This commit is contained in:
epi052
2019-09-25 05:47:48 -05:00
parent b16ebc837f
commit 7fdc72c17a
2 changed files with 72 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ top_udp_ports = [631,161,137,123,138,1434,445,135,67,53,139,500,68,520,1900,4500
masscan_config = {
'iface': 'tun0',
'rate': '1000',
}
}
web_ports = {'80', '443', '8080', '8000', '8443'}