SigPloiter / SigPloit

SigPloit: Telecom Signaling Exploitation Framework - SS7, GTP, Diameter & SIP
MIT License
78 stars 23 forks source link

pip2: command not found ....... please can you help me with this #234

Open whiza opened 3 years ago

whiza commented 3 years ago

┌──(xa㉿kali)-[~/SigPloit] └─$ sudo pip2 install -r requirements.txt
[sudo] password for xa: sudo: pip2: command not found

giacomoarienti commented 3 years ago

debian: sudo apt-get install python2-pip

whiza commented 3 years ago

Unable to locate package python2-pip

Yami-Kira commented 3 years ago

Hey @xayo1122 pip2 is dead , no longer supported or exist, pip is now pip3. It's quite an annoying solution but, works. You have to go to pypi.org, and download each lib source file (lib.tar.gz found in "Download files"), unzip it (tar -xf lib.tar.gz) cd to the now lib directory and python2 setup.py install (as root, or sudo )

arafat0009 commented 3 years ago

Bro can we use the tools without HackRF device