Skip to content

Latest commit

 

History

History
92 lines (64 loc) · 2.52 KB

File metadata and controls

92 lines (64 loc) · 2.52 KB

Security & Automation Scripts

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.

Repository Contents

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

Tools & Technologies

  • Python
  • Bash / Shell
  • Windows Executables
  • JWT
  • Subdomain Enumeration
  • HTTP Reconnaissance
  • Security Automation
  • Linux
  • Windows

Usage

Clone the repository:

git clone https://github.com/kahaf-commit/Scripts.git
cd Scripts

For Bash scripts:

chmod +x new-program.sh
./new-program.sh

For the reconnaissance script:

chmod +x subfinder+httpx_Recon.sh
./subfinder+httpx_Recon.sh

Python scripts can be executed with:

python3 jwt_forge.py
python3 recovery-code.py

Security Notice

These 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.

Disclaimer

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.

Author

Muhammad Jubair

Cybersecurity Specialist | Penetration Tester

Focused on:

  • Web & API Security
  • Network Penetration Testing
  • Active Directory Security
  • Reconnaissance & OSINT
  • Security Automation
  • Vulnerability Assessment