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

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)

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

![Capture d’écran](https://github.com/mathis2001/HTTP2Whois/assets/40497633/2d882ba7-ecc4-4828-9c41-1ffd95e7ab1d)
![Capture d’écran_](https://github.com/mathis2001/HTTP2Whois/assets/40497633/94221df9-f89a-4ba9-8226-29a6a8696223)