{"id":30176085,"url":"https://github.com/letchupkt/webraptor","last_synced_at":"2025-08-12T02:19:47.702Z","repository":{"id":306654538,"uuid":"1026865667","full_name":"letchupkt/webraptor","owner":"letchupkt","description":"WebRaptor is a powerful terminal-based shell CLI for automated web penetration testing, designed to simplify and streamline common web security assessments.","archived":false,"fork":false,"pushed_at":"2025-07-26T19:49:45.000Z","size":235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-26T23:38:10.836Z","etag":null,"topics":["bughunt","cyber","cyber-security","cybersecurity","lakshmikanthan","lakshmikanthank","letchu","letchu-pkt","letchupkt","python","vulnerability-scanners","webraptor","webrecon","websecurity"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/letchupkt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-26T19:26:24.000Z","updated_at":"2025-07-26T19:49:48.000Z","dependencies_parsed_at":"2025-07-26T23:48:39.586Z","dependency_job_id":null,"html_url":"https://github.com/letchupkt/webraptor","commit_stats":null,"previous_names":["letchupkt/webraptor"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/letchupkt/webraptor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letchupkt%2Fwebraptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letchupkt%2Fwebraptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letchupkt%2Fwebraptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letchupkt%2Fwebraptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letchupkt","download_url":"https://codeload.github.com/letchupkt/webraptor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letchupkt%2Fwebraptor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269987346,"owners_count":24508227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bughunt","cyber","cyber-security","cybersecurity","lakshmikanthan","lakshmikanthank","letchu","letchu-pkt","letchupkt","python","vulnerability-scanners","webraptor","webrecon","websecurity"],"created_at":"2025-08-12T02:19:46.806Z","updated_at":"2025-08-12T02:19:47.694Z","avatar_url":"https://github.com/letchupkt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕷️ WebRaptor - Automated Web Pentesting Tool\r\n\r\n![WebRaptor Logo](https://raw.githubusercontent.com/letchupkt/webraptor/refs/heads/main/logo.ico)\r\n\r\n**WebRaptor** is a terminal-based CLI tool for automated web penetration testing. It streamlines common web security assessments through an interactive shell interface.\r\n\r\n---\r\n\r\n## 🚀 Features\r\n\r\n- 🔍 Subdomain Enumeration  \r\n- 📡 Port Scanning  \r\n- 📁 Directory Brute-Forcing  \r\n- 🧠 Technology Stack Detection  \r\n- 📜 JavaScript Analysis  \r\n- ⚔️ XSS Scanning  \r\n- 💉 SQL Injection Testing  \r\n- 📂 Local File Inclusion (LFI) Testing  \r\n- 📸 Website Screenshot Capture  \r\n- 📄 HTML Report Generation  \r\n\r\n---\r\n\r\n## 🛠️ Installation\r\n\r\n### 1. Clone the Repository\r\n\r\n```bash\r\ngit clone https://github.com/letchupkt/webraptor.git\r\ncd webraptor\r\n```\r\n\r\n### 2. Run the Tool\r\n\r\n```bash\r\npython3 main.py\r\n```\r\n\r\n---\r\n\r\n## 🧪 Usage\r\n\r\n### 🔧 Basic Commands\r\n\r\n| Command                  | Description                      |\r\n|--------------------------|----------------------------------|\r\n| `set target \u003curl\u003e`       | Set the target URL               |\r\n| `show modules`           | List available modules           |\r\n| `run \u003cmodule\u003e`           | Run a selected module            |\r\n| `generate report`        | Generate HTML report             |\r\n| `credits`                | Show developer info              |\r\n| `exit`                   | Exit the shell                   |\r\n\r\n---\r\n\r\n![WebRaptor Demo](https://raw.githubusercontent.com/letchupkt/webraptor/refs/heads/main/webrapor.png)\r\n\r\n\r\n\r\n### 🧵 Example Workflow\r\n\r\n```shell\r\n╭──(letchu@webraptor)-[~]\r\n╰─$ set target https://example.com\r\n[+] Target set to: https://example.com\r\n\r\n╭──(letchu@webraptor)-[~]\r\n╰─$ run dirbuster\r\n[DirBuster] Starting directory brute-force on https://example.com\r\n...\r\n\r\n╭──(letchu@webraptor)-[~]\r\n╰─$ generate report\r\n[+] Report saved to reports/report.html\r\n```\r\n\r\n---\r\n\r\n## 👨‍💻 Developer\r\n\r\n**Lakshmikanthan K (Letchu)**  \r\n[GitHub](https://github.com/letchupkt)  \r\n[Portfolio](#)  \r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletchupkt%2Fwebraptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletchupkt%2Fwebraptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletchupkt%2Fwebraptor/lists"}