Jackson Godwin. Cybersecurity Analyst & Penetration Testing
Hi folks! In this tutorial, we'll be exploring "fsociety," a popular penetration testing framework that's loaded with powerful information-gathering features. It's written in Python, which means we can easily customize and control it through Python scripts. Let's dive in and see how it works
As always, at this time also we must first install some dependencies for this tool, such as Python tools. We can install the Python tool using the following command


Installation of this tool
Now, on the other hand, we will download this tool from GitHub using the “git” command and then execute the “bash” command to install some additional dependencies to run this tool perfectly


This will take some time, but it will depend upon your internet connection speed and configuration of the system, but in our case it is fully established



We will choose the first option to check whether it is working or not.

Great 🙂 !! We get the following features inside the information gathering option. Let’s try to find the actual IP address of any web application by choosing the third option.

You can see what kind of tools are provided to perform password attacks.

Wireless Attacks
We feel 😒 that there is no such great tool in this section so that we can easily crack any wireless password.

Web Application Attacks
Most of the useful tools are available here, through which we can easily get some informative details related to the website, and we can even hack.

Done 🙂 !! Similarly, you can check and use all the options one by one and do some heavy reconnaissance against the target. 😁
