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

tool is not working

MrBero777 opened this issue · comments

Just downloaded and try to run this tool but getting this error on my Kali OS:

root@kali:/Desktop/doublepulsar# ./detect_doublepulsar_smb.py --ip 192.168.0.25
Traceback (most recent call last):
File "./detect_doublepulsar_smb.py", line 165, in
check_ip(ip)
File "./detect_doublepulsar_smb.py", line 117, in check_ip
final_response = s.recv(1024)
socket.error: [Errno 104] Connection reset by peer
root@kali:
/Desktop/doublepulsar#