Skip to content

Python script to easily use remote whois registries from local HTTP server (for pentesting purposes)

Notifications You must be signed in to change notification settings

mathis2001/HTTP2Whois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

HTTP2Whois

Python script to easily use remote whois registries from local HTTP server (for pentesting purposes)

Prerequisites

  • http.server
  • socketserver
  • argparse
  • urllib

Options

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

$ python3 http2whois.py [-h] -H HOST [-p PORT]

Screenshots

Capture d’écran Capture d’écran_

About

Python script to easily use remote whois registries from local HTTP server (for pentesting purposes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages