Install ROUTERSPLOIT in Termux [Android] - Router Exploitation tool.
Use these commands to install "Routersploit" in Termux
▶apt update && apt upgrade
▶pkg install python
▶pkg install python2
▶apt-get install git
▶git clone https://github.com/threat9/routersploit
▶cd routersploit
▶pip install requests
▶pip install -r requirements.txt
▶pip install -r requirements-dev.txt
▶python rsf.py
0 Comments