DNSGrep icon indicating copy to clipboard operation
DNSGrep copied to clipboard

Quickly Search Large DNS Datasets

Results 10 DNSGrep issues
Sort by recently updated
recently updated
newest added

First, I did the following ``` root@pentest:~/internet/rapid# https://github.com/erbbysam/DNSGrep -bash: https://github.com/erbbysam/DNSGrep: No such file or directory root@pentest:~/internet/rapid# git clone https://github.com/erbbysam/DNSGrep Cloning into 'DNSGrep'... remote: Enumerating objects: 53, done. remote: Counting objects:...

Hi. Change this. from split -b100M rdns.rev.lowercase.txt fileChunk to split -l2000000 rdns.rev.lowercase.txt fileChunk in scripts/fdns_a.sh and scripts/rdns.sh because lose some records when sorting.

As it hardcoded, you have to fill a new dataset each time.

bug

Hey man! Could you add into requirements the jq program? Thanks you

Hi @erbbysam , if you are OK with ``update the import path to the correct folder (something like github.com/erbbysam/DNSGrep)``, I can send a PR. Do you support it? Similar to:...

Currently, Linux shell script is used to generate the intermediate cache files, which makes it impossible to run on Windows. Can we rewrite this code to pure Golang, so it...

When i type command: go run experimentalServer/experimentalServer.go I have got the error: experimentalServer/experimentalServer.go:4:2: cannot find package "dnsgrep/DNSBinarySearch". The same as error result to type command line: go run dnsgrep.go -f...

bug

Looking at the code, it doesn't appear to do regular expressions? It looks like it just does a binary search for something containing the string and finds other matches nearby....