Skip to main content

Featured

Accessing Saved Wifi Password on the device...

             Disclaimer: Don't use this program with the intent of harming and gaining unreasonable access. In case you use it for the wrong cause, you are violating the cyber laws, and none of my posts are responsible for this.                Hello techies, welcome back to our new blog. In our last blog, we had discussed what keyloggers are and how to make one using Python. In this blog, we are going to discuss Wi-Fi and how to access the saved Wi-Fi passwords.               Usually, while connecting with the Wi-Fi we have to enter some passwords to access the networks, but we are not directly able to see the passwords we have entered earlier i.e. passwords of a saved network. In this article, we are going to recover those passwords using some lines of codes in Python. To do this, we are going to use the subprocess module of Python.               Wi-Fi is a wireless networking technology that allows devices such as computers (laptops and desktops), mobile devices (smartphones and

Installing Tools and Frameworks in Termux... Getting closer to Hacking using Mobile...

             Last time we have been discussing about how to hack the system, just by using your mobile. There are some important points regarding installation of Termux in Android which I couldn't cover in last blog. So I will cover it in this one and will also install some important tools that we will be using in coming time.. Sounds interesting.. Then stay here and keep learning with me(because I'm also a  student..) 

             The first tool we are going to install in our Termux is Metasploit Framework. Metasploit Framework, basically its a penetration testing tool. We are going to use this for same. So let's check it out how its done.



STEP 1: Installing a script for Metasploit:

            To install Metasploit Framework in Termux, enter the following commands carefully and one by one in the Termux (after entering a single command line, don't forget to press Enter, and wait for the process to complete, if any).

  • First if all, we have to install some scripts, for that, type this command in termux: 
                 pkg update && pkg upgrade -y && pkg install wget curl openssh git -y

           After typing this command, tap Enter and wait the installation process to finish.

  • If you are not in the home directory, type the given command to get into the home directory and tap enter:
                                                       cd $ HOME

  • Now, we have to install a script for completely installing All-in-One Metasploit package. For that, type this command and hit enter:
                                        weget Auxilus.github.io/metasploit.sh

STEP 3: Installing Metasploit Framework:

  • To run the newly installed script for installing Metasploit Framework, enter this command and hit enter:
                                                       bash metasploit.sh

  • This script will install the latest version of Metasploit-Framework script also include some extras to make updating Metasploit faster. If all goes well, i.e. No red coloured warnings, you can start Metasploit using the following simple steps:

  • Now, after the complete installation, you can run Metasploit, by entering this command: 
                                                              msfconsole 

So, we done with installing one tool this time.. The process was quite easy and I have tried explaining it in as easiest way as I can, that why I haven't added any screenshot.. 

You can comment down if you face any problem while doing this process..

Hope you guys like this.. Keep learning.. Stay tuned with me as I am going to show how to enter in other device using this tool we installed now..

Comments

Post a Comment

Popular Posts