Web Tech - Ethical Web Technology Scanner
Project description
Web Tech
Web Tech
Ethical Web Technology Scanner for Developers & Security Researchers
🔎 About
Web Tech is a professional CLI tool that detects technologies used by websites.
It identifies:
- Web Server (Apache, Nginx, IIS)
- Backend Language (PHP, Node.js, ASP.NET)
- CMS (WordPress, Joomla, Drupal)
- Frontend Frameworks (React, Vue, Angular)
- Libraries (jQuery + version detection)
- CSS Frameworks (Bootstrap)
- Meta generator tags
- X-Powered-By headers
This tool is built for:
- Bug bounty hunters
- Security researchers
- Web developers
- Ethical hackers
🚀 Installation
Install from PyPI
pip install sporime-webtech
Install from GitHub
pip install git+https://github.com/SPORIMEstudio/webtech.git
Clone & Install
git clone https://github.com/SPORIMEstudio/webtech.git
cd webtech
pip install
⚡ Usage
Basic Scan:
webtech example.com
Scan with JSON output:
webtech example.com --json result.json
🖥 Example Output
Web Tech
Ethical Web Technology Scanner
[+] Target: https://example.com
[+] Starting scan...
========== Scan Results ==========
[+] Server: nginx/1.18.0
[+] Backend: PHP
[+] CMS: WordPress
[+] WordPress Version: 6.2.1
[+] jQuery Version: 3.6.0
[+] CSS Framework: Bootstrap
==================================
📦 Requirements
- Python 3.7+
- requests
- beautifulsoup4
- colorama
⚠️ Disclaimer
This tool is intended for educational and authorized security testing purposes only.
The developer is not responsible for any misuse or illegal activity performed using this tool.
Always scan websites you own or have permission to test.
⭐ Support
If you find this project useful, please consider giving it a star on GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sporime_webtech-1.0.3.tar.gz.
File metadata
- Download URL: sporime_webtech-1.0.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f2631a1902e75f50628a6453395f9eec76e4aa6f3c9b31f0d04f00da65b9a8
|
|
| MD5 |
48867d234e9a629c302dd29165f08663
|
|
| BLAKE2b-256 |
32d20cae6816b5cfe909728805d99e531a4d30d771b13c39d2d5d0b16fa33403
|
File details
Details for the file sporime_webtech-1.0.3-py3-none-any.whl.
File metadata
- Download URL: sporime_webtech-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
402991bb2acb440920c5199068cf4fdea805f89da087b50d9e6c0ea8bf8ee2bb
|
|
| MD5 |
9b7a783206df667b05e08591c0999805
|
|
| BLAKE2b-256 |
c6986db9cb439d2c3c85309be3ec779128db4b80bd0bce231f943836d588f1ef
|