Spy0x7 / HEDnsExtractor

raw html extractor from Hurricane Electric portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example usage:

  1. Extract all domains and use httpx to search for specific value

python HEDnsExtractor.py "https://bgp.he.net/net/104.21.0.0/19#_dns" | grep -o '/dns/[^"]+"' | cut -d "/" -f 3 | sed 's/"$//' | httpx -title -tech-detect -status-code | grep -i "your search"

image

About

raw html extractor from Hurricane Electric portal

License:GNU General Public License v3.0


Languages

Language:Python 100.0%