OSINT CLI tool for web reconnaissance
Project description
webpeek
OSINT CLI tool for web reconnaissance - gather passive and active information about websites.
Installation
From PyPI (recommended when published)
pip install webpeek
From GitHub
pip install git+https://github.com/JorgeRosbel/webpeek.git
Local development
git clone https://github.com/JorgeRosbel/webpeek.git
cd webpeek
pip install -e .
Usage
# Basic scan
webpeek example.com
# Hybrid mode (active + passive)
webpeek example.com -H
# Passive only
webpeek example.com -P
# Active only
webpeek example.com -A
# Dynamic mode (for JavaScript sites)
webpeek example.com -H -y
# Specific modules
webpeek example.com -T -l -e -p
# Save to file
webpeek example.com -H -oN result.txt
# Without colors
webpeek example.com -C
# Help
webpeek --help
Options
| Short | Flag | Description |
|---|---|---|
-H |
--hybrid |
Run both active and passive modules |
-A |
--active |
Run all active modules |
-P |
--passive |
Run all passive modules |
-y |
--dynamic |
Use headless browser (Playwright) |
-oN |
--output |
Save output to file |
-C |
--no-color |
Disable colors |
-v |
--verbose |
Verbose output |
Passive Modules
Gather information from public sources without connecting directly to the target.
| Short | Flag | Description |
|---|---|---|
-w |
--whois |
Domain registration info |
-d |
--dns |
DNS A records |
-m |
--mx |
MX records |
-t |
--txt |
TXT records (SPF, DKIM) |
-S |
--subdomains |
Find subdomains |
Active Modules
Gather information by connecting directly to the target.
| Short | Flag | Description |
|---|---|---|
-h |
--headers |
HTTP headers |
-c |
--security |
Security headers |
-T |
--tech |
Detect technologies |
-W |
--wplugins |
WordPress plugins |
-s |
--ssl |
SSL certificate info |
-g |
--geo |
Geolocation |
-O |
--os |
OS detection |
-i |
--title |
Page title |
-D |
--description |
Meta description |
-e |
--emails |
Extract emails |
-p |
--phones |
Extract phone numbers |
-M |
--sitemap |
Sitemap URLs |
-r |
--robots |
Robots.txt |
-l |
--social |
Social networks |
Dynamic Mode
Use -y for JavaScript-rendered sites (React, Vue, Angular, etc.):
webpeek example.com -T -y
First time using dynamic mode will download Chromium (~150MB).
Example Output
╔════════════════════════════════════════════════════════╗
║ 🌐 WEBPEEK v1.3.5 - example.com ║
╚════════════════════════════════════════════════════════╝
📡 PASSIVE MODE
─────────────────────
◉ WHOIS:
└─ Registrar: NameCheap, Inc.
└─ Created: 2025-12-14
└─ Expires: 2026-12-14
◉ DNS:
└─ 93.184.216.34
⚡ ACTIVE MODE
─────────────────────
◉ IP:
└─ 93.184.216.34
◉ Geo:
└─ US, California (Cloudflare, Inc.)
◉ Technologies:
└─ Cloudflare
└─ Nginx
◉ SSL:
└─ example.com (expires in 90 days)
╔════════════════════════════════════════════════════════╗
║ Scan complete! ║
╚════════════════════════════════════════════════════════╝
Uninstall
pip uninstall webpeek
License
MIT
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
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 webpeek-1.3.5.tar.gz.
File metadata
- Download URL: webpeek-1.3.5.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67e1c33fe84674b9b87497e3c75d3f08a0c6e8797d097792f087e29e995d0c31
|
|
| MD5 |
3c726e3725c155d7edade1d07a060fd4
|
|
| BLAKE2b-256 |
6e487a0896373d76e73b13ebe1bed48b2302ac6a00f34fb8bf09023f176102d7
|
Provenance
The following attestation bundles were made for webpeek-1.3.5.tar.gz:
Publisher:
publish.yml on JorgeRosbel/webpeek
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
webpeek-1.3.5.tar.gz -
Subject digest:
67e1c33fe84674b9b87497e3c75d3f08a0c6e8797d097792f087e29e995d0c31 - Sigstore transparency entry: 1200778141
- Sigstore integration time:
-
Permalink:
JorgeRosbel/webpeek@71b5af1f3a1f18768b59366c36d5262bea0472bd -
Branch / Tag:
refs/tags/v1.3.5 - Owner: https://github.com/JorgeRosbel
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@71b5af1f3a1f18768b59366c36d5262bea0472bd -
Trigger Event:
push
-
Statement type:
File details
Details for the file webpeek-1.3.5-py3-none-any.whl.
File metadata
- Download URL: webpeek-1.3.5-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
845e7cc6c47c9f5fc42efe04a2c1875fe4db78ba5f977eba09f91d12a92b13ad
|
|
| MD5 |
f8d06dd86e14f40b9cda51421c069647
|
|
| BLAKE2b-256 |
3bc299a8c4ce2b73c907fc6f9044ccc2457920be454bc4a4d4b873164101051a
|
Provenance
The following attestation bundles were made for webpeek-1.3.5-py3-none-any.whl:
Publisher:
publish.yml on JorgeRosbel/webpeek
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
webpeek-1.3.5-py3-none-any.whl -
Subject digest:
845e7cc6c47c9f5fc42efe04a2c1875fe4db78ba5f977eba09f91d12a92b13ad - Sigstore transparency entry: 1200778160
- Sigstore integration time:
-
Permalink:
JorgeRosbel/webpeek@71b5af1f3a1f18768b59366c36d5262bea0472bd -
Branch / Tag:
refs/tags/v1.3.5 - Owner: https://github.com/JorgeRosbel
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@71b5af1f3a1f18768b59366c36d5262bea0472bd -
Trigger Event:
push
-
Statement type: