https://github.com/mathis2001/http2whois
Python script to easily use remote whois registries from local HTTP server (for pentesting purposes)
https://github.com/mathis2001/http2whois
Last synced: 14 days ago
JSON representation
Python script to easily use remote whois registries from local HTTP server (for pentesting purposes)
- Host: GitHub
- URL: https://github.com/mathis2001/http2whois
- Owner: mathis2001
- Created: 2024-02-19T14:03:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T10:59:50.000Z (over 2 years ago)
- Last Synced: 2025-11-21T03:35:20.299Z (7 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP2Whois
Python script to easily use remote whois registries from local HTTP server (for pentesting purposes)
## Prerequisites
- http.server
- socketserver
- argparse
- urllib
## Options
```bash
options:
-h, --help show this help message and exit
-H HOST, --host HOST Host domain or IP
-p PORT, --port PORT HTTP server port
```
## Usage
```bash
$ python3 http2whois.py [-h] -H HOST [-p PORT]
```
## Screenshots

