probeSniffer
probeSniffer copied to clipboard
issue
$ sudo apt-get update && sudo apt-get install python3 python3-pip tshark -y
$ git clone https://github.com/xdavidhu/probeSniffer
$ cd probeSniffer/
$ python3 -m pip install -r requirements.txt
im installing this lines but when i try to execute the last one i get the following
/usr/bin/python3: No module named pip.main; 'pip' is a package and cannot be directly executed
Hey, this looks like an issue with your Python installation. Could you try reinstalling the python3-pip
package?