FSOCIETY HACKING TOOLS PACK

A Penetration Testing Framework, you will have every script that a hacker needs. Works with Python 2. For a Python 3 version see the updated version at fsociety-team/fsociety.

------------------------------------------------------------

NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility. Misuse of the information in this website can result in criminal charges brought against the persons in question. Hax Inc will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.

------------------------------------------------------------

Fsociety Contains All Tools Used in Mr. Robot Series 

Menu

-> Information Gathering
-> Password Attacks
-> Wireless Testing
-> Exploitation Tools
-> Sniffing & Spoofing
-> Web Hacking
-> Private Web Hacking
-> Post Exploitation
-> Contributors
-> Install & Update

Information Gathering:

• Nmap
• Setoolkit
• Host To IP
• WPScan
• CMS Scanner
• XSStrike
• Dork - Google Dorks Passive Vulnerability • Auditor
• Scan A server's Users
• Crips

Password Attacks:

• Cupp
• Ncrack

Wireless Testing:

• Reaver
• Pixiewps
• Bluetooth Honeypot

Exploitation Tools:

• ATSCAN
• sqlmap
• Shellnoob
• Commix
• FTP Auto Bypass
• JBoss Autopwn

Sniffing & Spoofing:

• Setoolkit
• SSLtrip
• pyPISHER
• SMTP Mailer

------------------------------------------------------------
Installation ( Termux )
------------------------------------------------------------
Requirements:
• Termux
• Mobile data / wifi connection.
------------------------------------------------------------
1. Open Termux and then type the following command. The below command will update and upgrade your Termux.

pkg update && pkg upgrade -y

2. Now we need to install the git command in order to install Fsociety from Github, Just type the following command to install git.

pkg install git

3. Now we have to clone the Fsociety Framework into our Termux by typing the following command.

git clone https://github.com/Manisso/fsociety

4. After successful cloning type the following command to enter in fsociety directory.

cd fsociety

5. After going into fsociety directory give read, write and execute permission to the fsociety.py file that is present in the fsociety directory. In order to do that type the following command.

chmod +x fsociety.py

6. Now we need to install python in Termux. Python will help fsociety.py to execute. In order to install python type the following commands one by one.

pkg install python

pkg install python2

pip2 install requests

7. After executing all above commands, Now its time to run fsociety framework. In order to run the fsociety framework type the below command

python2 fsociety.py

Booyah fsociety framework has been successfully installed in your Termux. 

-----------------------------------------------------------

How to use Fsociety?

1. First of all, open your Termux and go to fsociety directory by typing cd fsociety, After going into fsociety directory simply type the following command:

python2 fsociety.py

After typing the above command the following menu will appear as shown in below image:

2. As you can see the tools are categorized into the categories as shown in the above image.

For example, I want to use the tools present in the Password Attacks category. Then I will type 2 because the Password Attacks tool category is present on number 2.

After typing 2 You will see the list of available tools in the Password Attacks tool category. As shown in the below image.

3.  As you can see the 2 tools are present in the Password Attacks category.

For example, I want to use the Cupp tool, The Cupp tool is present on number 1. Then simply I will type 1. To use the Cupp.

After typing 1. Cupp will be automatically installed in your Termux. It will take some time to install so please don't abort the installation.

After installation, the tool will be launched automatically. As shown in the below image.


By doing the same method you can install and use other tools also, By using Fsociety Framework.

**********************************

If any problem arises please comment below or dm me on my Instagram account @alpha_hax or you can mail me issue at yashhaxinc@gmail.com . Will be there for any problem. Alpha Hax™️ 👨‍💻


 
 
 


Comments