WithSecureLabs / doublepulsar-detection-script

A python2 script for sweeping a network to find windows systems compromised with the DOUBLEPULSAR implant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not reading ips

calilinus opened this issue · comments

root@kali:~/doublepulsar-detection-script# python detect_doublepulsar_smb.py --ip 0.0.0.0
Traceback (most recent call last):
File "detect_doublepulsar_smb.py", line 124, in
check_ip(ip)
File "detect_doublepulsar_smb.py", line 50, in check_ip
s.connect((host, port))
File "/usr/local/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 111] Connection refused

hi can i please get will with this erros? thank you

Hello !
Try to change 0.0.0.0 to a real IP address.
Regards