yashuop
Fsociety is a collection of tools which help the user perform a penetration test. The framework is very useful for the reconnaissance phase of a penetration test. It contains various popular tools which perform a wide range of functions from network scanning to password cracking. fsociety can be considered to be one of the best modular penetration testing framework’s available today.
fsociety: Modular Penetration Testing FrameworkThis framework currently contains 15 different tools which all perform different tasks. These tasks can range from hiding the IP address of the user, cracking the password on a web form and vulnerabilities on web servers. When used together, these tools can help user perform a complete penetration test ranging from network reconnaissance to exploitation. Impressively, this framework also includes an automatic SQL injection and database takeover tool. Lastly, users can find social media accounts from a simple username.
– sqlmap – Striker – Sublist3r – sherlock – S3Scanner – gitGraber – HydraRecon
– nmap – bettercap
– XSStrike – Photon
– cupp – Cr3d0v3r – Hash-Buster – changeme
– Cuteit
Clone the repo:
$ git clone https://github.com/fsociety-team/fsociety.gitRun the following command:
$ pip install fsocietyEnter the following command:
$ fsociety -husage: fsociety [-h] [-i] [-s] A Penetration Testing Framework optional arguments: -h, --help show this help message and exit -i, --info gets fsociety info -s, --suggest suggest a tool
explorer