A comprehensive offensive security toolkit inspired by Mr. Robot. Built for security researchers and ethical penetration testers.
FSociety OS is a Python-based penetration testing framework featuring 9 specialized categories with over 50 professional-grade tools for security assessment and ethical hacking.
- Subdomain Discovery
- Email Harvester
- Social Media Scraper
- Domain & IP Intelligence
- Pastebin Monitor
- Phone Number Intelligence
- Image Metadata Analyzer
- Maltego Automation
- Shodan IoT Finder
- Recon-ng Automation
- Port Scanner (Nmap Wrapper)
- Packet Sniffer
- ARP Poisoning
- DNS Spoofing
- Vulnerability Scanner
- Traffic Generator
- Banner Grabber
- NetBIOS Resolver
- SMB Exploiter
- ICMP Ping Sweeper
- SQL Injection Tester
- XSS Injector
- Directory Brute-Forcer
- Admin Panel Finder
- CSRF PoC Generator
- LFI/RFI Exploiter
- JWT Token Analyzer
- SSRF Detector
- API Fuzzer
- Web Traffic Generator
- WPA/WPA2 Handshake Capture
- Evil Twin Framework
- WPS PIN Brute-Forcer
- Bluetooth Scanner
- Deauth Frame Sender
- Rogue AP Detector
- Zigbee Sniffer
- RFID/NFC Cloner
- Phishing Campaign Generator
- Credential Harvester
- Bad USB Injector
- Automated Vishing
- BeEF Hook Generator
- AI Pretext Generator
- Android ADB Exploitation
- Frida Script Runner
- APK Analyzer
- iOS Backup Analyzer
- Location Spoofer
- Root Detection Bypass
- Volatility Automation (Memory Forensics)
- File Carving Tool
- Timeline Generator
- Steganography Detector
- Rootkit Scanner
- Hashcat Automation
- John the Ripper Automation
- Hydra Brute-Force Launcher
- 2FA Bypass Tester
- Entropy Analyzer
- Metasploit Automation
- Exploit-DB Downloader
- Privilege Escalation Checker
- AV Evasion Payload Generator
- Lateral Movement Simulator
- Cloud IAM Auditor
- Python 3.8 or higher
- Kali Linux (recommended) or any Linux distribution
- Root/Administrator privileges for certain tools
git clone https://github.com/RicheByte/fsocietyOS.git
cd fsocietyOS
python -m venv .env
source .env/bin/activate # On Windows: .env\Scripts\Activate.ps1
pip install -r requirements.txtSome tools require additional system packages:
# Kali Linux / Debian / Ubuntu
sudo apt-get install nmap aircrack-ng hostapd dnsmasq reaver \
hashcat john hydra metasploit-framework impacket-scripts \
volatility libnfc-binLaunch the main interface:
python fsociety.pyNavigate through categories using the numbered menu system. Each tool includes interactive prompts and usage instructions.
This toolkit is designed exclusively for authorized security testing and educational purposes. Users must:
- Obtain explicit written permission before testing any systems
- Comply with all applicable local, state, and federal laws
- Use tools only in controlled environments or against owned systems
- Accept full responsibility for their actions
Unauthorized access to computer systems is illegal. The developers assume no liability for misuse of this software.
See requirements.txt for Python dependencies. Key external tools:
- Metasploit Framework
- Impacket
- Aircrack-ng suite
- Hashcat, John the Ripper, Hydra
- Volatility (optional)
Contributions are welcome. Please ensure all submissions:
- Follow existing code style
- Include appropriate error handling
- Are tested on Kali Linux
- Do not include malicious code
Inspired by the Mr. Robot television series. Built for the cybersecurity community.

