Collection of practical scripts for pentesting, automation and security testing, designed for educational and research environments.
This repository acts as a modular toolkit to automate tasks, simulate scenarios and experiment with offensive security techniques.
- Project Description
- Architecture
- Execution Flow
- Pipeline CI/CD
- Onboarding
- Usage
- Scripts Overview
- Scripts Guidelines
- Checklist
- Additional Documentation
- Project type: Security / Automation Toolkit
- Languages: Bash, Python
- Objective: Automate pentesting tasks and create reusable tools
- Environment: Local (Linux-based systems)
💡 DevOps mindset: Scripts are designed to be modular, reusable and easy to integrate into automation workflows.
flowchart LR
A[User] --> B[Script Execution]
B --> C[Target System / Data]
B --> D[Output / Results]
📌 Description:
- The user executes scripts manually
- Scripts interact with systems, data or targets
- Results are generated as output
flowchart LR
A[User] --> B[Run Script]
B --> C[Process Data]
C --> D[Generate Output]
📌 Flow:
- The user runs a script
- The script processes input or interacts with a target
- Output or results are generated
This project currently does not include a CI/CD pipeline.
Future improvements may include:
- Automated script testing
- Static code analysis
- Integration with CI pipelines
git clone https://github.com/D4NYED/pentest-scripts.git
cd pentest-scripts📌 Navigate to any script folder and follow its internal documentation.
General usage pattern:
cd <script-folder>
python script.pyor:
chmod +x script.sh
./script.sh📌 Each script may have its own dependencies and usage instructions.
This repository includes tools focused on:
- 🔍 Information gathering
- ⚙️ Task automation
- 🧠 Data processing
- 🧪 Security testing
🚧 The toolkit is continuously evolving.
When adding or modifying scripts:
- Keep code simple and readable
- Document usage clearly
- Specify dependencies
- Avoid hardcoded sensitive data
- Scripts documented
- Dependencies specified
- Tested in lab environment
- Ethical use ensured
docs/installation.md→ setup instructions- Internal README files inside each script folder
These scripts are intended only for educational and testing purposes.
Unauthorized or malicious use may be illegal.
D4NYED
- Linkedln: www.linkedin.com/in/d4nyed
© 2026 D4NYED