{"id":25144174,"url":"https://github.com/darkstarbdx/xssblitz","last_synced_at":"2025-08-03T06:14:51.422Z","repository":{"id":270306658,"uuid":"909955045","full_name":"darkstarbdx/XSSblitz","owner":"darkstarbdx","description":"XSSblitz ⚡ is a blazing-fast 🚀 and modern 🖥️ XSS vulnerability scanner 🔍, designed to help you effortlessly uncover 🕵️‍♂️ and exploit XSS vulnerabilities 💥 with ease.","archived":false,"fork":false,"pushed_at":"2024-12-31T04:43:08.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T05:41:31.474Z","etag":null,"topics":["bugbounty","cross-site-scripting","ethical-hacking","security-testing","security-tools","tools","vulnerability-exploitation","vulnerability-scanner","xss","xss-detection","xss-exploitation","xss-vulnerability"],"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/darkstarbdx.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}},"created_at":"2024-12-30T06:27:44.000Z","updated_at":"2025-01-14T18:05:44.000Z","dependencies_parsed_at":"2024-12-31T14:01:45.629Z","dependency_job_id":null,"html_url":"https://github.com/darkstarbdx/XSSblitz","commit_stats":null,"previous_names":["darkstarbdx/xssblitz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/darkstarbdx/XSSblitz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2FXSSblitz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2FXSSblitz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2FXSSblitz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2FXSSblitz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkstarbdx","download_url":"https://codeload.github.com/darkstarbdx/XSSblitz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkstarbdx%2FXSSblitz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268500889,"owners_count":24260237,"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-03T02:00:12.545Z","response_time":2577,"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":["bugbounty","cross-site-scripting","ethical-hacking","security-testing","security-tools","tools","vulnerability-exploitation","vulnerability-scanner","xss","xss-detection","xss-exploitation","xss-vulnerability"],"created_at":"2025-02-08T19:38:06.865Z","updated_at":"2025-08-03T06:14:51.393Z","avatar_url":"https://github.com/darkstarbdx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### **🌟 Welcome to XSSblitz! 🌟**  \n**🔍 The Ultimate XSS Vulnerability Scanner**  \n**🚀 Fast, Modern, and Powerful**  \n\n---\n\n### **✨ What is XSSblitz?**  \n**XSSblitz** is a **lightning-fast** and **modern** XSS vulnerability scanner designed to help you discover and exploit XSS vulnerabilities with ease. Built with **Python** and packed with advanced features, XSSblitz is your go-to tool for securing web applications.  \n\n---\n\n### **💡 Key Features**   \n- **🚀 Multi-Threaded Performance**: Speeds up scanning with concurrent requests.  \n- **🎯 Advanced Payloads**: Includes a wide range of XSS payloads to bypass WAFs and filters.  \n- **📊 Clean \u0026 Modern UI**: Beautifully formatted output using the `rich` library.  \n- **📂 Save Results**: Exports results to a well-formatted text file.  \n- **🛠️ Easy to Use**: Simple CLI interface with a sleek help menu.  \n\n---\n\n### **⚠️ Caution**  \nThis tool is designed to help you identify XSS vulnerabilities, but it may **occasionally produce errors** due to varying website structures or unexpected responses. If you encounter any issues or errors, please **reach out to me** for assistance. Your feedback is invaluable in improving this tool!  \n\n---\n\n### **🛠️ How It Works**  \n1. **🌐 Provide a Target URL**: XSSblitz crawls the website and collects all related URLs.  \n2. **🚀 Test for XSS**: Injects payloads into query parameters to detect vulnerabilities.  \n3. **📊 Display Results**: Shows vulnerable URLs in a clean, modern table.  \n4. **📂 Save Results**: Exports the results to a text file for further analysis.  \n\n---\n\n### **🚀 Quick Start**  \n\n1. **Help menu of this tool**:  \n   ```bash\n   python3 XSSblitz.py -h\n   ```\n\n1. **Clone the Repository**:  \n   ```bash\n   git clone https://github.com/darkstarbdx/XSSblitz.git\n   cd XSSblitz\n   ```\n\n2. **Install Dependencies**:  \n   ```bash\n   pip3 install -r requirements.txt\n   ```\n\n3. **Run the Tool**:  \n   ```bash\n   python3 XSSblitz.py -u https://example.com\n   ```\n\n---\n\n### **🌟 Why Choose XSSblitz?**  \n- **💻 Sleek \u0026 Modern**: Clean and visually appealing interface.  \n- **🚀 Fast \u0026 Efficient**: Multi-threaded for quick scanning.  \n- **🛠️ Developer-Friendly**: Easy to use and extend.  \n- **🔒 Security-Focused**: Helps you secure your web applications.  \n\n---\n\n### **❓ Help Menu**  \n```\n╭────────────────────────────────────────────╮\n│ 🔍 XSSblitz 🕵️‍♂️ - XSS Vulnerability Scanner │\n╰────────────────────────────────────────────╯\n╭────────────────────────────────────────────────────╮\n│ 📌 Version: 1.0                                    │\n│ 👤 Author: Darkstarbdx                             │\n│ 🌐 GitHub: https://github.com/darkstarbdx/XSSblitz │\n╰────────────────────────────────────────────────────╯\nA powerful tool to scan for XSS vulnerabilities in web applications.\n\n╭──────────────╮\n│ 📖 Help Menu │\n╰──────────────╯\n┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n┃ ⚙️ Option      ┃ 📝 Description                         ┃ 💡 Example                                ┃\n┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n│ -u, --url     │ Target URL to scan                     │ python XSSblitz.py -u https://example.com │\n│ -t, --threads │ Number of threads to use (default: 10) │ python XSSblitz.py -t 20                  │\n│ -o, --output  │ Save results to a file                 │ python XSSblitz.py -o results.txt         │\n│ -h, --help    │ Show this help menu                    │ python XSSblitz.py -h                     │\n└───────────────┴────────────────────────────────────────┴───────────────────────────────────────────┘\n╭────────────────────────────────────────────────────────────────╮\n│ 💡 Example Usage:                                              │\n│ python XSSblitz.py -u https://example.com -t 20 -o results.txt │\n╰────────────────────────────────────────────────────────────────╯\n╭───────────────────────────────────────╮\n│ 🚀 Happy Hacking with XSSblitz 🕵️‍♂️! 🚀 │\n╰───────────────────────────────────────╯\n```\n\n### **📈 Example Output**  \n```\n🔍 XSSblitz 🕵️‍♂️ - XSS Vulnerability Scanner\n📌 Version: 1.0\n👤 Author: Darkstarbdx\n🌐 GitHub: https://github.com/darkstarbdx/XSSblitz\n\n🔍 Collecting links...\n📂 Found 15 links.\n\n🚀 Testing for XSS vulnerabilities...\nTesting URLs... [████████████████████] 100%\n\n📝 Saving results...\n\n🎉 Scan completed!\n📌 XSSblitz - Vulnerable URLs\n┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n┃ 🔗 URL                                 ┃ 💣 Payload                  ┃\n┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n│ https://test.com/user=1                │ \u003cscript\u003ealert('XSS')\u003c/script\u003e│\n│ https://test.com/page=13               │ \u003cimg src=x onerror=alert('XSS')\u003e│\n└────────────────────────────────────────┴──────────────────────────────┘\n```\n\n---\n\n### **🚀 Get Started Today!**  \nReady to take your web application security to the next level? **Clone the repository** and start scanning with **XSSblitz** today!  \n\n🔗 **GitHub Link**: [https://github.com/darkstarbdx/XSSblitz](https://github.com/darkstarbdx/XSSblitz)  \n\n---\n\n### **🌟 Happy Hacking with XSSblitz! 🕵️‍♂️🚀**  \n**Secure your web applications with style and speed!** 🔒✨  \n\n---\n\n### **📧 Reach Out**  \nIf you encounter any issues or have suggestions for improvement, feel free to **reach out to me**. Your feedback helps make **XSSblitz** better! 🛠️📩\n✨ Want to get in touch?\n🌟 Join our vibrant Telegram community!\n👉 Click here to connect: [Telegram Group](https://t.me/+mzZ9IrWgXe9jNWNl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkstarbdx%2Fxssblitz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkstarbdx%2Fxssblitz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkstarbdx%2Fxssblitz/lists"}