erbbysam / DNSGrep

Quickly Search Large DNS Datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change the project to support ip reverse lookup domains

go-spider opened this issue · comments

if search by ip address there is no need to reverse the search string,right?

gunzip -c fdns_a.gz | jq -r '.value + ","+ .name' | tr '[:upper:]' '[:lower:]' > fdns_a.lowercase.txt