Skip to content
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

Open
xme opened this issue Feb 26, 2021 · 4 comments
Open

"--only-new" option? #123

xme opened this issue Feb 26, 2021 · 4 comments

Comments

@xme
Copy link

xme commented Feb 26, 2021

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?

@rfdevere
Copy link

rfdevere commented Mar 31, 2021

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

@elceef
Copy link
Owner

elceef commented Jun 1, 2021

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.

@dekadentno
Copy link

@xme
Did you find a solution to compare the output with a previous result? I am not sure what's the best format for comparing (json, csv...)

My plan is ti make a cron job that will scan my website and detect if there are some phishing attempts, just the twitter bot does that @elceef showed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@xme @elceef @rfdevere @dekadentno and others