jonluca / Anubis

Subdomain enumeration and information gathering tool
https://jonlu.ca/anubis/
MIT License
1.17k stars 151 forks source link

How to get only subdomains? #62

Closed slavaGanzin closed 3 years ago

slavaGanzin commented 3 years ago

Hello

Currently, there is no way to get only subdomains and not logo and debug messages. So add --silent or just pipe debug to stderr, so you can do ’anubis -t substack.com 2>/dev/null’

jonluca commented 3 years ago

Added the -S or --silent flag in release v1.0, 882bedc4e234459d87b24a808ec3097106cf8ea7

slavaGanzin commented 3 years ago

@jonluca Awesome. Thanks

slavaGanzin commented 3 years ago

@jonluca It works.

But you forgot to add newline here:

$ anubis -t substack.com --silent  | head -c 100
cnc.substack.comenough.substack.commuthukrishnalab.substack.comcubannomad.substack.comhardware.subst⏎  

Like it was done here:

$ anubis -t substack.com --silent --ip | head
messari.substack.com
proofoftake.substack.com
99d.substack.com
sinocism.substack.com
mg-202-14.substack.com
refactoring.substack.com
cronicasdotitanic.substack.com
email.mg-pr.substack.com
jobstobedone.substack.com
heyreprotech.substack.com
jonluca commented 3 years ago

Thanks for the PR and fix. This has been released.