ShellForge is a post-exploitation tool built in Python for educational and authorized penetration testing.
It simulates real-world post-exploitation scenarios like reverse shells, system info gathering, and privilege checks in a safe lab environment.
This tool is provided for educational purposes only.
By using ShellForge, you agree to the following:
- You will not use this tool on systems, websites, or devices without explicit permission.
- The author is not responsible for any damage, misuse, or illegal activity resulting from this software.
- ShellForge is intended for use in local labs, such as DVWA, Mutillidae, Metasploitable2/3, etc.
🚨 Unauthorized use of this software may be illegal. Always follow ethical hacking practices.
- Reverse shell listener
- Command execution
- System info dumping
- Hash and user list extraction
- Privilege escalation checks
Install the necessary dependencies using:
pip install -r requirements.txt