Difference between revisions of "Routersploit: instalasi"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Installation on Kali Linux apt-get install python3-pip git clone https://www.github.com/threat9/routersploit cd routersploit python3 -m pip install -r requirements.txt p...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Install apps pendukung
 +
 +
apt -y install python3-idna python3-urllib3 python3-requests* python3-pycryptodome
 +
 
Installation on Kali Linux
 
Installation on Kali Linux
  
  apt-get install python3-pip
+
sudo su
 +
apt update
 +
  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 /usr/local/src/routersploit
 
  python3 -m pip install -r requirements.txt
 
  python3 -m pip install -r requirements.txt
 
  python3 rsf.py
 
  python3 rsf.py
Line 12: Line 19:
 
  python3 -m pip install bluepy
 
  python3 -m pip install bluepy
 
  python3 rsf.py
 
  python3 rsf.py
 
  
  
Line 18: Line 24:
  
 
* https://github.com/threat9/routersploit
 
* https://github.com/threat9/routersploit
 +
 +
 +
==Pranala Menarik==
 +
 +
* [[routersploit]]

Latest revision as of 14:45, 1 August 2020

Install apps pendukung

apt -y install python3-idna python3-urllib3 python3-requests* python3-pycryptodome

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 /usr/local/src/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


Referensi


Pranala Menarik