Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:23 +08:00
commit 703c5232eb
8 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for penetration-tester skill
- [ ] pentest.sh: Script to orchestrate the penetration testing process, including information gathering, vulnerability scanning, and exploitation.
- [ ] report_generator.py: Script to generate detailed penetration testing reports in various formats (e.g., HTML, PDF).
- [ ] exploit_database.py: Script to manage and update a database of known exploits and vulnerabilities.