DanMcInerney / net-creds

Sniffs sensitive data from interface or pcap
GNU General Public License v3.0
1.65k stars 432 forks source link

ImportError: No module named scapy #36

Open TheFlash745 opened 3 years ago

TheFlash745 commented 3 years ago

when i run: sudo python2 net-creds.py i get a import error.

ghost commented 3 years ago

@TheFlash745 I strongly recommend you to learn basics of python before running tools as such. https://www.python.org/about/gettingstarted/