https://github.com/fsociety-team/fsociety
A Modular Penetration Testing Framework
https://github.com/fsociety-team/fsociety
cli docker fsociety osint penetration-testing python python3
Last synced: 13 days ago
JSON representation
A Modular Penetration Testing Framework
- Host: GitHub
- URL: https://github.com/fsociety-team/fsociety
- Owner: fsociety-team
- License: mit
- Created: 2020-05-17T04:35:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T18:17:27.000Z (23 days ago)
- Last Synced: 2025-04-03T06:04:57.947Z (20 days ago)
- Topics: cli, docker, fsociety, osint, penetration-testing, python, python3
- Language: Python
- Homepage: https://fsociety.dev/
- Size: 3.58 MB
- Stars: 1,462
- Watchers: 49
- Forks: 168
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-python-testing - fsociety - A Modular Penetration Testing Framework. (Penetration Testing)
- best-of-web-python - GitHub - 13% open · ⏱️ 11.11.2023): (Web Testing)
README
![]()
# fsociety
[](https://pypi.org/project/fsociety/)
[](https://www.python.org/downloads/)

[](https://hub.docker.com/r/fsocietyteam/fsociety)
[](http://makeapullrequest.com)
[](https://open.vscode.dev/fsociety-team/fsociety)
[](https://twitter.com/fsociety_team)A Modular Penetration Testing Framework
[](https://github.com/fsociety-team/fsociety/blob/main/PACKAGES.md)
[](https://github.com/fsociety-team/fsociety/blob/main/CHANGELOG.md)
![]()
## Install
```bash
pip install fsociety
```## Update
```bash
pip install --upgrade fsociety
```## Usage
```bash
usage: 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
```## Docker
```bash
docker pull fsocietyteam/fsociety
docker run -it fsocietyteam/fsociety fsociety
```## Developing
```bash
git clone https://github.com/fsociety-team/fsociety.git
pip install -e ".[dev]"
```## License
This software is licensed under the [MIT](https://github.com/fsociety-team/fsociety/blob/main/LICENSE) License.
