Ice3man543 / SubOver

A Powerful Subdomain Takeover Tool
BSD 2-Clause "Simplified" License
918 stars 198 forks source link

looks like the tool does not do anything #14

Closed rhalyc closed 6 years ago

rhalyc commented 6 years ago

Hello, When I execute this tool this is the output that I get: Sub0ver -v -l domains.txt screen shot 2018-06-24 at 22 48 58

It looks like the tool isn't working. The content of the file domains.txt is a list of domains, for example: www.example.com new.domain.com other.domain.com

ehsandeep commented 6 years ago

@rhalyc,

You will any result if you sub domain is vulnerable for the subdomain takeover, otherwise this is expected output, any way you can use verbose mode to see what's happening.

Ice3man543 commented 6 years ago

@rhalyc You can try using -v flag to enable verbosity. @madaratech Thanks for explaining. The tool will report takeovers only when it's found some.

rhalyc commented 6 years ago

Thank you for the responses, In my example I used the flag "-v" but the output is the same using or not that flag. That is why I think that maybe is something not working properly?

Ice3man543 commented 6 years ago

Try to update your version of the tool. If it doesn't work, use the -a flag to test all hosts. AFAIK updating the tool will fix it.

rhalyc commented 6 years ago

Perfect. It is working. Thank you!