
How to Install FSociety Framework
Welcome guys. Many people are big fans of the MR. Robot series. So help those fans find the tools they need here is a framework whose name you will find most familiar. It’s the Fsociety framework that can help you perform the hacks shown in Mr robot series. So without further ado its time for you hackers to get your things done right and hack the world with society framework
Table of contents
Steps to Install Fsociety In Kali Linux
Step 1: To install this framework on your Kali Machine, open the terminal, and type the following command:
git clone https://github.com/Manisso/fsociety.git

Step 2: Now wait for the framework to get cloned. Change directory to the fsociety folder. Now type the following command to change the permissions to make the file executable.
cd fsociety chmod +x install.sh
Step 3: Now run this by executing the following command in terminal
./install.sh fsociety
Now we will see some of the features provided by this tool

Information Gathering
The key to any pen-testing assignment is gathering the right information. The first phase of a security assessment is focused on collecting as much information as possible about the target the information reconnaissance phase is what determines how easy it will be to hack the target. With the fsociety framework, you can use the following tools to gather info:

Password Attacks
For the password attack methods, the framework contains mainly two tools. The first one is Cupp and BruteX which is able to perform automatic brute force attacks. These are quite famous tools that you can use in order to crack passwords using a dictionary and brute-force attacks.
These are noisy attacks but work well when you have a good system with a high powered GPU and CPU

Wireless Testing
For wireless testing purposes, this framework contains mainly three tools for hacking wifi network:
- The first one is reaver which implements a brute force attack against Wifi Protected Setup (WPS) PINs.
- Pixiewps is a tool for users to brute-force offline the WPS PIN of wifi networks. With this, you can easily crack a lot of wifi networks.
- The last tool is the Bluetooth Honeypot GUI Framework that provides to monitor the attacks using the Graphical User Interface. Yes, its a honeypot.

Sniffing and Spoofing
There are many tools available in this Framework for Sniffing and Spoofing. SEToolkit is available in Kali Linux by default. It integrates really well to perform social engineering attacks.
SSLtrip may be used in Man in the Middle attack where you want to bypass https security. It only works on old browsers but it does still work quite well.
The other tools are less frequently used in general.

Web Hacking
The web hacking section is the most popular among hackers since there are a lot of tools available for hacking websites and most of them are automated. You can use all of them as per your target requirements. Many of them are made for targeting CMS platforms like WordPress Joomla and Drupal.

Post Exploitation
In this section, we can find tools that can be used after the exploitation of the target is done. Hence the name. You can use the following tools as per your requirement. Its mostly used for gathering more and more access to data. You can also use it to get root access.

Conclusion:
Thus with the help of the fsociety framework, you can perform the hacks of Mr. Robot’s tv show. I hope this guide has been informative for you and I thank you for reading it.