SySS-Research / Seth

Perform a MitM attack and extract clear text credentials from RDP connections
MIT License
1.39k stars 324 forks source link

hexdump module #2

Closed n1841175 closed 7 years ago

n1841175 commented 7 years ago

"No module named 'hexdump'" error despite module installation.

[*] Spoofing arp replies...
[*] Turning on IP forwarding...
[*] Set iptables rules for SYN packets...
[*] Waiting for a SYN packet to the original destination...
[+] Got it! Original destination is 192.168.2.106
[*] Clone the x509 certificate of the original destination...
[*] Adjust the iptables rule for all packets...
[*] Run RDP proxy...
Traceback (most recent call last):
  File "/home/user/Desktop/Seth-master/rdp-cred-sniffer.py", line 18, in <module>
    import hexdump
ImportError: No module named 'hexdump'
[*] Cleaning up...
[*] Done.
AdrianVollmer commented 7 years ago

Are you sure you installed hexdump for python3? You may have to use pip3 instead of pip to install it.

Anyway, since hexdump is only needed for debugging, I removed the hard dependency in commit 8eb0996.