-
-
Notifications
You must be signed in to change notification settings - Fork 774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"--only-new" option? #123
Comments
Maybe piping the output through awk to get the fields you want (if not all) then piping through grep -Fvxf old-domains.txt >>new-domains.txt |
I have created a spin off project on top of this one with the working name dnstwist|sonar. It's not open source and not publicly available, but you can see it working by following @dnstwist on Twitter. AFAIK there are a few open source projects using dnstwist which try to provide similar functionality. |
I was wondering if somebody worked on a patch to implement a command-line argument like "--only-new" to report only newly discovered domains (between different runs of dnstwist.py). Or did you implement another technique?
The text was updated successfully, but these errors were encountered: