## https://sploitus.com/exploit?id=5C972ED5-40E9-5C7E-AAE6-0C64A4B990A2
# Pentest-scripts
> **Personal repository with offensive security experiments, PoCs, and automation scripts for public use.**
---
## About
`Pentest-scripts` contains my offensive security research, Proofs-of-Concept (PoCs), exploit scripts, automation helpers, write-ups, and small tools I use during pentests and bug bounty hunts. The materials are provided for educational and research purposes.
Each folder includes a short README explaining the purpose, prerequisites, and how to run/tests safely.
---
## Getting started
Requirements vary by folder. Common tools used across the repo:
* Kali Linux or similar (Debian-based)
* Python 3.10+
* pip (with `venv` recommended)
* Go (for some tools)
* Docker (for isolated lab runs)
* Burp Suite / ZAP for web testing
* Metasploit
* Bash
## Security & legal disclaimer
**Do not** use the code in this repository against systems you do not own or have explicit permission to test. The author is not responsible for misuse.
If you plan to reproduce an exploit in this repository, run it in an isolated lab (VM, container, or a dedicated test environment) and understand the network, legal, and operational risks.
---
## Contributing
Contributions are welcome. If you want to add a script or write-up:
1. Fork the repo
2. Create a feature branch (`git checkout -b feat/your-topic`)
3. Add code and a short README for the folder
4. Run tests (if present) and format code
5. Submit a PR with a clear description and reproduction steps
Please avoid including sensitive data, credentials, or private target information in PRs.
---
## Code of conduct
Be respectful. Treat others with professionalism. Harassment, hate speech, doxxing, or illegal requests are not tolerated.
---
## Contact
If you'd like to collaborate or ask about a project, open an issue or reach me via GitHub profile.
---
## Recommended README badges (optional)
* Build / tests
* License
* Tools used (Python, Bash)
* Stars (social)
---