superkojiman / onetwopunch

Use unicornscan to quickly scan all open ports, and then pass the open ports to nmap for detailed scans.
MIT License
629 stars 137 forks source link

packet has incorrect IP length #7

Open jeffreygray opened 5 years ago

jeffreygray commented 5 years ago

OS: stock kali install scanning environment: OSCP lab issue: when I try to perform a basic scan specifying a target of only 1 IP on a fresh install, i repeatedly get the following:

Recv [Error packet_parse.c:335] likely bad: packet has incorrect ip length, skipping it [ip total length claims 2002 and we have 1550

Has anyone else run into this?

I also just noticed that the same issue occurs when scanning 127.0.0.1!

jeffreygray commented 5 years ago

after specifying other interface, i hang on :

Send exiting main didnt connect, exiting: system error Interrupted system call

I didn't see the other comments showing this same issue... please let me know whether this has been resolved.