Skip to content

aaravshah1311/Pentest-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ Pentest-Pro

An advanced, centralized toolkit and methodology dashboard for security researchers, penetration testers, and bug bounty hunters.

Live Demo Status Frontend

Status


➡️Visit: Pentest-Pro


🚀 Overview

Pentest-Pro is built to remove the friction of scattered pentesting workflows.

Instead of switching between notes, bookmarks, and repetitive command editing, Pentest-Pro gives you a focused command center to:

  • organize reconnaissance activities,
  • generate target-ready command patterns faster,
  • navigate structured testing methodology,
  • and accelerate from recon to validation with consistency.

It is lightweight, static, and easy to run locally or directly via GitHub Pages.

✨ Core Features

🔍 Dynamic Target Command Workflow

  • Quickly prepare command patterns for common reconnaissance/testing tools.
  • Reduce manual syntax mistakes during target switching.
  • Improve speed with copy-ready command usage.

🗺️ Advanced Reconnaissance Hub

  • Subdomain enumeration references.
  • URL/parameter discovery workflow.
  • Port & service discovery guidance.
  • JavaScript and sensitive data analysis paths.

🛡️ Vulnerability-Focused Testing Support

Coverage-oriented guidance across common classes:

  • XSS
  • LFI / SSRF
  • SQL Injection (SQLi)
  • CORS misconfigurations
  • CMS-focused checks (e.g., WordPress)

📚 Methodology & Resource Hub

  • Step-by-step testing paths for practical execution.
  • Curated resource access for faster learning and reference.
  • Repeatable workflow support for consistent assessments.

🖼️ Screenshots

Pentest-Pro Recon Dashboard Pentest-Pro Methodology Dashboard

Left: Recon / Command Dashboard  •  Right: Methodology / Resources Dashboard

✅ The screenshots are embedded with fluid widths so they scale with container size for better responsiveness in GitHub/GitHub Pages rendering.

🧱 Project Structure

Pentest-Pro/
├── index.html
├── recon.html
├── tools.json
├── methodologies.json
├── assets/
│   └── images/
│       └── spider.png
└── pic/
    ├── img1.png
    └── img2.png

💻 Installation & Usage

Option 1: Use Live Version (Recommended)

Open directly in your browser:

➡️ https://aaravshah1311.github.io/Pentest-Pro/

Option 2: Run Locally

  1. Clone the repository:
    git clone https://github.com/aaravshah1311/Pentest-Pro.git
    cd Pentest-Pro
  2. Start a local static server:
    python3 -m http.server 8080
  3. Open in browser:
    http://localhost:8080
    
Alternative Local Server (Node.js)
npx serve .

🛠️ Tech Stack

  • Frontend: HTML5, CSS3, Vanilla JavaScript
  • Data Sources: JSON catalogs (tools.json, methodologies.json)
  • Hosting: GitHub Pages

👤 Author

Aarav Shah


Built for practical recon, faster workflows, and cleaner pentesting execution.

About

An advanced, centralized toolkit and methodology dashboard for security researchers, penetration testers, and bug bounty hunters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages