SMBGhost
SMBGhost copied to clipboard
Scanner for CVE-2020-0796 - SMBv3 RCE
Hello, Is there a way to increase the timeout range? ``` Traceback (most recent call last): File "scanner.py", line 23, in nb, = struct.unpack(">I", sock.recv(4)) socket.timeout: timed out ```
sucess install KB4551762,but detection is still vulnerable!
debian10 python3 scanner.py 192.168.8.100 Traceback (most recent call last): File "scanner.py", line 4, in from netaddr import IPNetwork ModuleNotFoundError: No module named 'netaddr'
Script can now do multi-threading to speed up execution.
I add requerrimetns in readme, and a couple of prints in py
xxx@xxx:~/git/SMBGhost$ python3 scanner.py xxx.xxx.xxx.xxx Traceback (most recent call last): File "scanner.py", line 23, in nb, = struct.unpack(">I", sock.recv(4)) struct.error: unpack requires a buffer of 4 bytes