HomeTermuxHow to install Routersploit in Termux

How to install Routersploit in Termux

Install Routersploit – RouterSploitย Frameworkย is an open-source exploitationย frameworkย to exploit embedded devices. It consists of various modules that aid penetration testing operations:

  1. exploits – modules that take advantage of identified vulnerabilities

  2. creds – modules designed to test credentials against network services

  3. scanners – modules that check if a target is vulnerable to any exploit

  4. payloadsย – modules that are responsible for generating payloads for various architectures and injection points

  5. 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
				
			
How to install Routersploit in Termux

2. After completing the update download the Routersploit tool so type the below commandย 

				
					git clone https://github.com/threat9/routersploit
				
			
download routersploit

3. Now change the directory to Routersploit so type the following commandย 

				
					ls
cd routersploit
ls
				
			
How to install Routersploit in Termux

4. Now we need to the install requirements so type the below command in your termux terminal

				
					python3 -m pip install -r requirements.txt
				
			
install requirements

5. Now run the Routersploit tool to your termux so execute the following command

				
					ls
python3 rsf.py
				
			
routersplopit

6. Now you can do anything with this toolย 

How to install Routersploit in Termux

After completing the above process choose theย payloadย and type the target IP address and execute with the “run” command

How to install Routersploit in Termux

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.

RELATED ARTICLES

1 Comment

  1. Very very super ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿ‘Œ

Leave A Reply

Please enter your comment!
Please enter your name here

Most Popular