Skip to main content

Identify technologies used on websites

Project description

WebTech

Identify technologies used on websites. More info on the release's blogpost.

CLI Installation

WebTech is available on pip:

pip install webtech

It can be also installed via setup.py:

python setup.py install --user

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

Usage

Scan a website:

$ webtech -u https://example.com/

Target URL: https://example.com
...

$ webtech -u file://response.txt

Target URL:
...

Full usage:

$ webtech -h

Usage: webtech [options]

Options:
  -h, --help            show this help message and exit
  -u URLS, --urls=URLS  url(s) to scan
  --ul=URLS_FILE, --urls-file=URLS_FILE
                        url(s) list file to scan
  --ua=USER_AGENT, --user-agent=USER_AGENT
                        use this user agent
  --rua, --random-user-agent
                        use a random user agent
  --db=DB_FILE, --database-file=DB_FILE
                        custom database file
  --oj, --json          output json-encoded report
  --og, --grep          output grepable report
  --udb, --update-db    force update of remote db files

Use WebTech as a library

import webtech

# you can use options, same as from the command line
wt = webtech.WebTech(options={'json': True})

# scan a single website
try:
  report = wt.start_from_url('https://shielder.it')
  print(report)
except webtech.utils.ConnectionException:
  print("Connection error")

For more examples see webtech_example.py.

Resources for database matching

HTTP Headers information - http://netinfo.link/http/headers.html
Cookie names - https://webcookies.org/top-cookie-names

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webtech-1.3.3.tar.gz (118.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

webtech-1.3.3-py3-none-any.whl (121.2 kB view details)

Uploaded Python 3

File details

Details for the file webtech-1.3.3.tar.gz.

File metadata

  • Download URL: webtech-1.3.3.tar.gz
  • Upload date:
  • Size: 118.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for webtech-1.3.3.tar.gz
Algorithm Hash digest
SHA256 9ce8e05e662013f95ec02cda848b3ac4a7eba9935b0876570a3447d4b7784447
MD5 7a01bc3130fe783630cbbc6dc616d9d4
BLAKE2b-256 ce6b068dd9e5baf482ec2aeda2e1dec6f79ad939206656d7bd76d1f851c3cb65

See more details on using hashes here.

File details

Details for the file webtech-1.3.3-py3-none-any.whl.

File metadata

  • Download URL: webtech-1.3.3-py3-none-any.whl
  • Upload date:
  • Size: 121.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for webtech-1.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 25ca23e183585cee27c4d6760f1e4e42be94eef61e1762d1cb40e67716dba861
MD5 480b11781839116008cb230a36b143fd
BLAKE2b-256 cd21fe95b0cec575befe5d4b21be5d722fc119459e469ea66b9c406e5ae61c87

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page