An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ๐Ÿ•ท๏ธ WebRaptor - Automated Web Pentesting Tool

![WebRaptor Logo](https://raw.githubusercontent.com/letchupkt/webraptor/refs/heads/main/logo.ico)

**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 |

---

![WebRaptor Demo](https://raw.githubusercontent.com/letchupkt/webraptor/refs/heads/main/webrapor.png)

### ๐Ÿงต 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](#)