An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# webtech
Identify the technologies used on websites. (Dig-deep into web tech from your terminal)

![python-lint](https://github.com/kaiiyer/webtech/workflows/python-lint/badge.svg)
[![CircleCI](https://circleci.com/gh/kaiiyer/webtech.svg?style=svg)](https://circleci.com/gh/kaiiyer/webtech)
[![GitHub top language](https://img.shields.io/github/languages/top/kaiiyer/webtech?color=yellow&logo=python)]()
![Only 32 Kb](https://badge-size.herokuapp.com/kaiiyer/webtech/master/Burp-WebTech.py)
[![GitHub issues](https://img.shields.io/github/issues/kaiiyer/webtech.svg)](https://GitHub.com/kaiiyer/webtech/issues/)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/kaiiyer/webtech.svg)](https://GitHub.com/kaiiyer/webtech//pull/)
[![GitHub contributors](https://img.shields.io/github/contributors/kaiiyer/webtech.svg)](https://GitHub.com/kaiiyer/webtech/graphs/contributors/)
![Last Commit on GitHub](https://img.shields.io/github/last-commit/kaiiyer/webtech.svg)
[![GitHub forks](https://img.shields.io/github/forks/kaiiyer/webtech.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/kaiiyer/webtech)
[![GitHub stars](https://img.shields.io/github/stars/kaiiyer/webtech.svg?style=social&label=Star&maxAge=2592000)](https://github.com/kaiiyer/webtech)
[![GitHub watchers](https://img.shields.io/github/watchers/kaiiyer/webtech.svg?style=social&label=Watch&maxAge=2592000)](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
![Webtech Interface](https://user-images.githubusercontent.com/24914913/74858499-6fc4dc80-536b-11ea-996a-6c6b9bb20a1f.png)

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)