Installing RouterSploit In Termux
Hello guys,
I hope you all are good at your home.In this topic, we will learn How To install Routersploit on any Android device without root or TWRP.
Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.
The RouterSploit Framework is an open-source exploitation framework dedicated to embedded devices.
It consists of various modules that add penetration testing operations:
- exploits - modules that take advantage of identified vulnerabilities.
- creds - modules designed to test credentials against network services.
- scanners - modules that check if a target is vulnerable to any exploit.
- payloads - modules that are responsible for generating payloads for various architectures and injection points--generic - modules that perform generic attacks.
---DOWNLOAD TERMUX FROM PLAY STORE---
Termux:-
CODES:-
- 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 requestspip install future
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- python rsf.py
NOTE:- Guys, if you can't understand anything just write
it below in comment section, I will try my best to explain you or you can contact me on hackingtips90@gmail.com
NOTE:- This method works only on Android Phones.
Comments
Post a Comment