A collection of personal cybersecurity, automation, reconnaissance, and utility scripts developed for research, learning, testing, and authorized security assessments.
The repository contains Python, Bash, and Windows executable utilities covering different security-related workflows.
| File | Type | Purpose |
|---|---|---|
jwt_forge.py |
Python | JWT-related security testing and research utility |
myservice.exe |
Windows Executable | Compiled utility/service component |
new-program.sh |
Bash | Linux automation/program script |
recovery-code.py |
Python | Recovery-code related utility |
shell.exe |
Windows Executable | Compiled Windows utility |
subfinder+httpx_Recon.sh |
Bash | Subdomain discovery and HTTP reconnaissance workflow |
- Python
- Bash / Shell
- Windows Executables
- JWT
- Subdomain Enumeration
- HTTP Reconnaissance
- Security Automation
- Linux
- Windows
Clone the repository:
git clone https://github.com/kahaf-commit/Scripts.git
cd ScriptsFor Bash scripts:
chmod +x new-program.sh
./new-program.shFor the reconnaissance script:
chmod +x subfinder+httpx_Recon.sh
./subfinder+httpx_Recon.shPython scripts can be executed with:
python3 jwt_forge.py
python3 recovery-code.pyThese scripts are intended for:
- Personal cybersecurity labs
- CTF environments
- Security research
- Authorized penetration testing
- Systems you own or have explicit permission to assess
Do not use these tools against systems, applications, domains, or accounts without proper authorization.
The author is not responsible for misuse, damage, data loss, or unauthorized activity resulting from using these scripts.
Always test security tooling in a controlled environment before using it in a production or authorized assessment.
Muhammad Jubair
Cybersecurity Specialist | Penetration Tester
Focused on:
- Web & API Security
- Network Penetration Testing
- Active Directory Security
- Reconnaissance & OSINT
- Security Automation
- Vulnerability Assessment