The Penetration Testing Toolkit is a robust Python-based tool that combines various techniques and tools to perform thorough security assessments on web applications. From information gathering to vulnerability scanning and manual testing, this toolkit provides a structured and automated approach to identifying vulnerabilities and helping secure digital assets.
- Features
- Prerequisites
- Usage
- Project Structure
- Security Considerations
- Disclaimer
- Contributing
- Contact
- License
- Information gathering using DNS lookup, Whois lookup, and HTTP header retrieval.
- Vulnerability scanning for SQL injection, Cross-Site Scripting (XSS), and Cross-Site Request Forgery (CSRF).
- Manual testing for insecure file upload and misconfigured access controls.
- Exploitation for SQL injection and Cross-Site Scripting (XSS).
- Post-exploitation tasks for collecting credentials and sensitive data.
- Report generation in HTML and JSON formats, including detailed findings and vulnerability distribution graphs.
- Python 3.x
- Required Python libraries (install using
pip
):requests
beautifulsoup4
jinja2
matplotlib
- Clone this repository:
git clone https://github.com/Sharma-IT/penetration-testing-toolkit.git
cd penetration-testing-toolkit
- Install the required Python libraries:
pip install -r requirements.txt
- Run the script:
python main.py
- Follow the prompts and menu options to perform various security assessment tasks.
main.py
: The main Python script that orchestrates the penetration testing tasks.templates/
: Folder containing HTML template files for report generation.reports/
: Folder where generated reports will be stored.payload.php
: PHP payload for exploitation. Ensure proper usage and security measures.database.db
: SQLite database for storing results and report details.
- Use this toolkit responsibly and only on systems you have explicit permission to assess.
- Always follow ethical hacking guidelines and obtain proper authorisation before conducting any penetration testing.
- Securely store sensitive data and credentials used for testing.
- Regularly update and patch your testing environment to prevent unintended consequences.
This toolkit is provided for educational and ethical purposes only. I am are not responsible for any misuse or damage caused by its use.
Pull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.
Shubham Sharma - My LinkedIn - shubhamsharma.emails@gmail.com.
This project is licensed under the GPL 3.0 License - see the LICENSE file for details.