web-surface-scan
v1.0.3
Published
A lightweight developer-focused tool for analyzing a website’s **technology stack, integrations, and potential security flaws** using automated browser inspection.
Readme
web-surface-scan
A lightweight developer-focused tool for analyzing a website’s technology stack, integrations, and potential security flaws using automated browser inspection.
Built with TypeScript + Playwright, this project helps developers quickly understand what technologies a site uses and identify possible misconfigurations early.
Installation
You can install and run the tool in two ways:
Run via NPX
npx web-surface-scan <target-website-url> [--headless]or using the alias:
npx wss <target-website-url> [--headless]Run locally (development)
git clone https://github.com/yourusername/web-surface-scan.git
cd web-surface-scan
npm install
npx playwright install
npm run build
npm run start -- <target-website-url> [--headless]Development
To run the tool in development mode:
npm run dev -- <target-website-url> [--headless]Usage
web-surface-scan <target-website-url> [--headless]Or if using NPX:
npx web-surface-scan <target-website-url> [--headless]Disclaimer
This tool is intended for educational and ethical use only. Always obtain proper authorization before scanning any website or application. The developers are not responsible for any misuse of this tool.
Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
