Routersploit-Termux
Script for installing routersploit on termux
Requirements ( important! )
- Reinstall termux if you install it from play store. You can backup your file before reinstalling, here's the link how https://wiki.termux.com/wiki/Backing_up_Termux and link to the apk https://f-droid.org/en/packages/com.termux/ .
- Try not to use the phone while installing. Installation taking up to 10min depending on internet connection and phone perfomance.
- 2GB free space and wifi recommended
How to install
Auto Method
apt update && apt install git
git clone https://github.com/Roylyre/Routersploit-Termux
cd Routersploit-Termux
bash script.sh
Wait untill finish and run the program with command:
cd $HOME
cd routersploit
python rsf.py
Manual Method
Im lazy to type it gonna add later
Reference
- Termux packages termux/termux-packages#6726 (comment)
- Cryptography problem https://stackoverflow.com/questions/59441794/error-could-not-build-wheels-for-cryptography-which-use-pep-517-and-cannot-be-i
- Pynacl problem pyca/pynacl#483