darryllane / Bluto

DNS Recon | Brute Forcer | DNS Zone Transfer | DNS Wild Card Checks | DNS Wild Card Brute Forcer | Email Enumeration | Staff Enumeration | Compromised Account Checking
GNU General Public License v3.0
616 stars 139 forks source link

Assign a new flag for entering the domain to be scanned (-D) and output the results (-R) in a .txt format with a custom wordlist (-W) #8

Closed anshumanbh closed 8 years ago

anshumanbh commented 8 years ago

Example:

bluto -D xyz.com -W /tmp/wordlist.txt -R /tmp/results.txt

anshumanbh commented 8 years ago

The results.txt would look something like:

www.xyz.com test.xyz.com staging.xyz.com

....so on and so forth..

darryllane commented 8 years ago

ok and this would forego any of the other tests, would only brute force and output contents to a txt file?

anshumanbh commented 8 years ago

yes precisely! I am only looking to automate bruteforcing of subdomains and not perform other OSINT tasks hence this request :)

darryllane commented 8 years ago

Hmm well ill write you a function that does it in parallels. Ill take a look this weekend

darryllane commented 8 years ago

Dude can you let me know your git page please?

anshumanbh commented 8 years ago

github.com/anshumanbh

darryllane commented 8 years ago

Cool will tey get it written this weekend for you.

On 11 Aug 2016 19:32, "Anshuman Bhartiya" notifications@github.com wrote:

github.com/anshumanbh

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/darryllane/Bluto/issues/8#issuecomment-239249788, or mute the thread https://github.com/notifications/unsubscribe-auth/AIUu5ZlUwLtJAYDwRdPIkq60de4Iq04Kks5qe2q9gaJpZM4JaAJN .

darryllane commented 8 years ago

Dude which repo do you want this in? Happy to write the function for you but need to know where to add it.

anshumanbh commented 8 years ago

https://github.com/anshumanbh/Bluto

darryllane commented 8 years ago

dude make a blank repo and ill write you a standalone bruteforcer with the functionality you want. I dont want to write it and upload to the repo you said as it wont be bluto. It will be its own thing

anshumanbh commented 8 years ago

It's all right. I really appreciate you trying to help me and I understand it is difficult to take time out :). But, I have what I need now. Check out - https://github.com/anshumanbh/brutesubs. This is what I was trying to do and I was hoping I could include Bluto but at this point, I think there is no need.