A google search engine dorker with HTTP toolkit built with python
domhttpx
domhttpx is a google search engine dorker with HTTP toolkit built with python, can make it easier for you to find many URLs/IPs at once with fast time.
Install
> git clone https://github.com/naufalardhani/domhttpx.git
> cd domhttpx
> pip3 install -r requirements.txt
> python3 domhttpx.py --help
Flags
This will display help for the tool. Here are all the switches it supports.
| Flag | Description | Example |
|---|---|---|
| -ip, –only-ip | Show output as IP only | domhttpx –only-ip |
| -od, –only-domain | Show output as domain only | domhttpx –only-domain |
| -rp, –real-path | Extract real path | domhttpx -k [keyword] -a [amount] –real-path |
| -p, –path | Custom path url | domhttpx -k [keyword] -a [amount] –path [custom_path] |
| -sc, –status-code | Extract status code | domhttpx -k [keyword] -a [amount] –status-code |
| -t, –title | Extract title
|