tomnomnom / httprobe

Take a list of domains and probe for working HTTP and HTTPS servers
MIT License
2.84k stars 500 forks source link

Additional Options Comments #8

Open oldesec opened 5 years ago

oldesec commented 5 years ago

Hi.

I'm a "megg" tool lover.

In "Meg", can filter status.

Filtering is not possible with the "httprobes" tool.

Therefore, all redirection domains are represented as normal.

Adding filtering options looks good.

Thanks.

leesoh commented 5 years ago

The purpose of the tool is to check for working HTTP servers, not URLs that return HTTP 200. Luckily this is easily doable with meg:

cat domains | httprobe > hosts && meg / -s 200

The -s 200 tells meg to only care about domains returning HTTP 200