VulnPOC icon indicating copy to clipboard operation
VulnPOC copied to clipboard

Threads error

Open syrius01 opened this issue 5 years ago • 3 comments

Hi,

First I would like to thank you for sharing this PoC so we can know if our environment is safe. I tried running the exp.py script but I am getting the following output;

please input ip address: 192.168.1.131 [!] testing 0x0 [!] testing 0x100 [!] testing 0x200 [!] testing 0x300 [!] testing 0x400 [!] testing 0x500 [!] testing 0x600 [!] testing 0x700 [!] testing 0x800 [!] testing 0x900 [!] testing 0xa00 [!] testing 0xb00 [!] testing 0xc00 [!] testing 0xd00 [!] testing 0xe00 [!] testing 0xf00 Exception in thread Thread-8: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) File "exp.py", line 96, in brute_force res = execute_command(i) File "exp.py", line 37, in execute_command ehlo(s, "a"*0x20) File "exp.py", line 11, in ehlo tube.sendline("ehlo "+who) File "/usr/local/lib/python2.7/dist-packages/pwnlib/tubes/tube.py", line 726, in sendline self.send(line + self.newline) File "/usr/local/lib/python2.7/dist-packages/pwnlib/tubes/tube.py", line 707, in send self.send_raw(data) File "/usr/local/lib/python2.7/dist-packages/pwnlib/tubes/sock.py", line 68, in send_raw raise EOFError EOFError

Any help would be very appreciated,

Thanks

syrius01 avatar Aug 14 '18 17:08 syrius01