https://github.com/letchupkt/webraptor
WebRaptor is a powerful terminal-based shell CLI for automated web penetration testing, designed to simplify and streamline common web security assessments.
https://github.com/letchupkt/webraptor
bughunt cyber cyber-security cybersecurity lakshmikanthan lakshmikanthank letchu letchu-pkt letchupkt python vulnerability-scanners webraptor webrecon websecurity
Last synced: 6 months ago
JSON representation
WebRaptor is a powerful terminal-based shell CLI for automated web penetration testing, designed to simplify and streamline common web security assessments.
- Host: GitHub
- URL: https://github.com/letchupkt/webraptor
- Owner: letchupkt
- Created: 2025-07-26T19:26:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T19:49:45.000Z (7 months ago)
- Last Synced: 2025-07-26T23:38:10.836Z (7 months ago)
- Topics: bughunt, cyber, cyber-security, cybersecurity, lakshmikanthan, lakshmikanthank, letchu, letchu-pkt, letchupkt, python, vulnerability-scanners, webraptor, webrecon, websecurity
- Language: Python
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ท๏ธ WebRaptor - Automated Web Pentesting Tool

**WebRaptor** is a terminal-based CLI tool for automated web penetration testing. It streamlines common web security assessments through an interactive shell interface.
---
## ๐ Features
- ๐ Subdomain Enumeration
- ๐ก Port Scanning
- ๐ Directory Brute-Forcing
- ๐ง Technology Stack Detection
- ๐ JavaScript Analysis
- โ๏ธ XSS Scanning
- ๐ SQL Injection Testing
- ๐ Local File Inclusion (LFI) Testing
- ๐ธ Website Screenshot Capture
- ๐ HTML Report Generation
---
## ๐ ๏ธ Installation
### 1. Clone the Repository
```bash
git clone https://github.com/letchupkt/webraptor.git
cd webraptor
```
### 2. Run the Tool
```bash
python3 main.py
```
---
## ๐งช Usage
### ๐ง Basic Commands
| Command | Description |
|--------------------------|----------------------------------|
| `set target ` | Set the target URL |
| `show modules` | List available modules |
| `run ` | Run a selected module |
| `generate report` | Generate HTML report |
| `credits` | Show developer info |
| `exit` | Exit the shell |
---

### ๐งต Example Workflow
```shell
โญโโ(letchu@webraptor)-[~]
โฐโ$ set target https://example.com
[+] Target set to: https://example.com
โญโโ(letchu@webraptor)-[~]
โฐโ$ run dirbuster
[DirBuster] Starting directory brute-force on https://example.com
...
โญโโ(letchu@webraptor)-[~]
โฐโ$ generate report
[+] Report saved to reports/report.html
```
---
## ๐จโ๐ป Developer
**Lakshmikanthan K (Letchu)**
[GitHub](https://github.com/letchupkt)
[Portfolio](#)