Starting masscan 1.0.3 (http://bit.ly/14GZzcT) at 2016-08-10 16:37:11 GMT
-- forced options: -sS -Pn -n --randomize-hosts -v --send-eth
Initiating SYN Stealth Scan
Scanning 1 hosts [15 ports/host]
xml/scan.xml: No such file or directory
xml/scan.xml: No such file or directory6 remaining, found=0
Scan completed!
IO Error
Traceback (most recent call last):
File "/scantastic-tool-master/scantastic.py", line 242, in
args.port, args.noinsert)
File "/scantastic-tool-master/scantastic.py", line 133, in scan
ms.import_es(index, eshost, esport)
File "/scantastic-tool-master/netscan.py", line 48, in import_es
port = entry['ports']['port']
TypeError: string indices must be integers, not str
Reports the following during the start:
Starting masscan 1.0.3 (http://bit.ly/14GZzcT) at 2016-08-10 16:37:11 GMT -- forced options: -sS -Pn -n --randomize-hosts -v --send-eth Initiating SYN Stealth Scan Scanning 1 hosts [15 ports/host] xml/scan.xml: No such file or directory xml/scan.xml: No such file or directory6 remaining, found=0
args.port, args.noinsert)
File "/scantastic-tool-master/scantastic.py", line 133, in scan
ms.import_es(index, eshost, esport)
File "/scantastic-tool-master/netscan.py", line 48, in import_es
port = entry['ports']['port']
TypeError: string indices must be integers, not str
Scan completed! IO Error Traceback (most recent call last): File "/scantastic-tool-master/scantastic.py", line 242, in