vschwaberow / rprobe

A tool in Rust that can check which HTTP or HTTPS hosts are online using a domain list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More protocols

markuszeller opened this issue · comments

Support more protocols by using a regex |^(.*?)://|.

Needs more work as reqwest is meant for doing HTTP/HTTPS stuff. I will introduce filtering for any cases of other protocols in rprobe first.

Continued effort