WebSniper - Web Application Security Testing Framework, the framework is built under Python language, the framework will act as supplementary tool without needing to launch third-party tools, the framework can be used by testers during their manual assessment. The framework has a metasploit-like-console which testers can run different modules easily.
[root]
| - auxiliary
| - config
| - data
| - modules
| `- recon
| `- discovery
| `- exploitation
| - unittest
| `- modules
| `- recon
| `- crypto
| `- auxiliary
| `- exploits
|
`- websniper.py (core)
`- bootstrap.py (dependency)
`- Changelog
`- Readme
Run bootstrap.py to see all necessary python dependencies in order for WebSniper to run properly.
- (Clone Us) Using git - git clone [email protected]:ROOTCONLabs/websniper.git
- Check-out the Issues page - https://github.com/ROOTCONLabs/websniper/issues
- Modify / Hack existing modules
- Submit new modules
- create your module at https://github.com/ROOTCONLabs/websniper/pulls
- Send us a Pull Request
- Happy hacking!!!
Maven Convention - http://maven.apache.org/developers/conventions/code.html
Python PEP - http://www.python.org/dev/peps/pep-0008/#code-lay-out
Python2.7 should be present on the system
- (Install Option #1) Using git - git clone [email protected]:semprix/WebSniper.git
- (Install Option #2) Downloading master - download at https://github.com/ROOTCONLabs/websniper/archive/master.zip
- Run bootstrap.py - this will check all python module dependencies
- Run websniper.py - python websniper.py