Difference between revisions of "Routersploit: instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 17: | Line 17: | ||
| + | ==Error== | ||
| + | |||
| + | Installing collected packages: idna, urllib3, requests, pycryptodome | ||
| + | Attempting uninstall: idna | ||
| + | Found existing installation: idna 2.9 | ||
| + | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr | ||
| + | Can't uninstall 'idna'. No files were found to uninstall. | ||
| + | Attempting uninstall: urllib3 | ||
| + | Found existing installation: urllib3 1.25.9 | ||
| + | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr | ||
| + | Can't uninstall 'urllib3'. No files were found to uninstall. | ||
| + | Attempting uninstall: requests | ||
| + | Found existing installation: requests 2.23.0 | ||
| + | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr | ||
| + | Can't uninstall 'requests'. No files were found to uninstall. | ||
==Referensi== | ==Referensi== | ||
* https://github.com/threat9/routersploit | * https://github.com/threat9/routersploit | ||
Revision as of 14:35, 1 August 2020
Installation on Kali Linux
sudo su apt update apt -y install python3-pip cd /usr/local/src git clone https://www.github.com/threat9/routersploit cd routersploit python3 -m pip install -r requirements.txt python3 rsf.py
Bluetooth Low Energy support:
apt-get install libglib2.0-dev python3 -m pip install bluepy python3 rsf.py
Error
Installing collected packages: idna, urllib3, requests, pycryptodome Attempting uninstall: idna Found existing installation: idna 2.9 Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'idna'. No files were found to uninstall. Attempting uninstall: urllib3 Found existing installation: urllib3 1.25.9 Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'urllib3'. No files were found to uninstall. Attempting uninstall: requests Found existing installation: requests 2.23.0 Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'requests'. No files were found to uninstall.