Install Routersploit – RouterSploit Framework is an open-source exploitation framework to exploit embedded devices. It consists of various modules that aid 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
Install Routersploit on Termux
1. First of all, we need to update our termux packages and applications, so execute the below command in your termux terminal
apt update && apt upgrade
2. After completing the update download the Routersploit tool so type the below command
git clone https://github.com/threat9/routersploit
3. Now change the directory to Routersploit so type the following command
lscd routersploitls
4. Now we need to the install requirements so type the below command in your termux terminal
python3 -m pip install -r requirements.txt
5. Now run the Routersploit tool to your termux so execute the following command
lspython3 rsf.py
6. Now you can do anything with this tool
After completing the above process choose the payload and type the target IP address and execute with the “run” command
That’s it, you are done. I hope this article helps you a lot if yes means please share with your friends also. If you have any doubts means please free to ask in the command section.
Post a Comment