I have been experimenting with some hacking tools (like hydro) recently and I came across a tool called Responder. It basically opens an SMB server that grabs the NetNTLMv for the administrative user from a server/client (BTW I am still a beginner so please go easy on me if I am wrong). I tried to run the script by typing ./Responder.py -I tun0 but it said /usr/bin/env: \xe2\x80\x98python\xe2\x80\x99: No such file or directory. I understood that python was not …
python ×1