doublepulsar-detection-script icon indicating copy to clipboard operation
doublepulsar-detection-script copied to clipboard

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

Results 12 doublepulsar-detection-script issues
Sort by recently updated
recently updated
newest added

Not sure if y'all are still active here, but I figured I'd put up this PR in good faith. Thanks for the great starting point! https://github.com/rapid7/metasploit-framework/pull/12903

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...

Hi I get syntax error at line 58 when i want to run detect_doublepulsar_smb.py in Windows 8.1 command prompt. File "C:\python\detect_doublepulsar_smb.py", line 58 print "[*] [%s] %s" % (ip, message)...

File "detect_doublepulsar_smb.py", line 7 ^ SyntaxError: invalid syntax =============================== I tired use python2 also get this error. my python version : Python 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5...

am getting the below error Kothapallys-MacBook-Pro:~ $ python detect_doublepulsar_smb.py --ip 10.40.17.204 [ERROR] [10.40.17.204] - [Errno 60] Operation timed out any help?

Hello, I have a problem when i start a scan, he return this error : > [Errno 104] Connection reset by peer I try with different IP, small amount of...

Both scripts barf badly if an exception occurs (e.g., a timeout) when scanning a single IP address using the `--ip` option. The reason is because while the check is surrounded...

The rdp script doesn't have the executable permission like the smb one.