Description | Webshop Security Scanner - Kali Tool Submission
Tool Name:
Webshop Security Scanner
Category:
Web Reconnaissance / Information Gathering
Summary:
Webshop Security Scanner — a Python reconnaissance tool to crawl sites, discover forms and subdomains, harvest emails, and analyze robots.txt for security research and bug bounty reconnaissance.
Description:
Webshop Security Scanner is a Python-based reconnaissance tool for auditing websites. It automates information-gathering tasks commonly used by security researchers, penetration testers, and bug bounty hunters.
Key Features:
Crawls links across a target domain to build a comprehensive map of reachable pages.
Discovers and enumerates web forms for potential input vectors.
Extracts email addresses found during crawling and parsing.
Finds subdomains using passive and active enumeration techniques.
Analyzes robots.txt to identify hidden or disallowed paths for further inspection.
Why Include It in Kali:
Webshop complements existing Kali web-recon tools by combining crawling, form discovery, email harvesting, subdomain enumeration, and robots.txt analysis into a single, easy-to-run Python utility. It speeds up the initial reconnaissance phase and provides structured output that helps prioritize follow-up testing.
Build / Install:
Source: https://github.com/jac11/WebShop
Debian Packaging: https://gitlab.com/jac11/webshop
To install from Debian package:
sudo dpkg -i webshop_1.0-1_amd64.deb
To build from source:
git clone https://github.com/jac11/WebShop
cd WebShop
pip install -r requirements.txt
python3 webshop.py --help
Installation Options:
From GitHub:
git clone https://github.com/jac11/WebShop
cd WebShop
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
From .deb package:
sudo dpkg -i webshop_1.0-1_amd64.deb
Contributing / Packaging:
Debian packaging files are hosted at: https://gitlab.com/jac111/webshop
To rebuild locally:
dpkg-buildpackage -us -uc -b
link github build pacckage:
https://github.com/jac11/WebShop/releases/tag/webshop
License:
MIT — see LICENSE file for details. |
---|