https://github.com/kaiiyer/webtech
Identify the technologies used on websites. (Dig-deep into web tech from your terminal)
https://github.com/kaiiyer/webtech
burpsuite circleci dig-deep extender gssoc20 hacktoberfest hacktoberfest2022 information-gathering pip python reconnaissance website webtech
Last synced: 1 day ago
JSON representation
Identify the technologies used on websites. (Dig-deep into web tech from your terminal)
- Host: GitHub
- URL: https://github.com/kaiiyer/webtech
- Owner: kaiiyer
- License: lgpl-3.0
- Created: 2019-03-10T06:25:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T21:29:46.000Z (12 months ago)
- Last Synced: 2025-01-20T22:43:41.547Z (12 months ago)
- Topics: burpsuite, circleci, dig-deep, extender, gssoc20, hacktoberfest, hacktoberfest2022, information-gathering, pip, python, reconnaissance, website, webtech
- Language: Python
- Homepage:
- Size: 829 KB
- Stars: 50
- Watchers: 5
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# webtech
Identify the technologies used on websites. (Dig-deep into web tech from your terminal)

[](https://circleci.com/gh/kaiiyer/webtech)
[]()

[](https://GitHub.com/kaiiyer/webtech/issues/)
[](https://GitHub.com/kaiiyer/webtech//pull/)
[](https://GitHub.com/kaiiyer/webtech/graphs/contributors/)

[](https://github.com/kaiiyer/webtech)
[](https://github.com/kaiiyer/webtech)
[](https://github.com/kaiiyer/webtech/watchers/)
[
](https://api.gitsponsors.com/api/badge/link?p=hx/R2g/FTQ3T6btzz/XZg9+6C3/1EFtRUWjtRcW0B9ZVBydTk+bPSH7BNXoQBkcbRHxx7dOq1ORX6RSJWtuFKAPC3JXiOgaKzxFeLbSvNQ61lbBMJZXcf0/AZwKXd4WfS3OO5fQF/QY+dL+N2CDvCA==)
## Installation
WebTech is available on pip:
```
pip install webtech
```
It can be also installed via setup.py:
```
pip install -r requirements.txt
python setup.py install --user
```
## Usage

Scan a website:
```
$ webtech -u https://example.com/
Target URL: https://example.com
```
## Resources for database matching
[HTTP Headers information](http://netinfo.link/http/headers.html)
[Cookie names](https://webcookies.org/top-cookie-names)
## Burp Integration
Download Jython 2.7.0 standalone and install it into Burp.
In "Extender" > "Options" > "Python Environment":
Select the Jython jar location
Finally, in "Extender" > "Extension":
Click "Add"
Select "py" or "Python" as extension format
Select the Burp-WebTech.py file in this folder
Read [info about burp](docs/info_about_burpsuite.md) for more information about Burpsuite.
PRs are highly appreciated !!!
Read [Guidelines](/CONTRIBUTING.md) for making a PR.
Inspired by [webtech](https://github.com/ShielderSec/webtech)