Routersploit: instalasi: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) No edit summary |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
sudo su | sudo su | ||
apt update | apt update | ||
apt- | apt -y install python3-pip | ||
cd /usr/local/src | |||
git clone https://www.github.com/threat9/routersploit | git clone https://www.github.com/threat9/routersploit | ||
cd routersploit | cd routersploit | ||
Revision as of 07:34, 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