TheRook / subbrute

A DNS meta-query spider that enumerates DNS records, and subdomains.
GNU General Public License v3.0
3.3k stars 652 forks source link

Subquest is a nodejs based subdomain scanner inspired by subbrute #6

Closed skepticfx closed 9 years ago

skepticfx commented 10 years ago

Hi Rook, Take a look at, https://github.com/skepticfx/subquest

We have used the dictionary from subbrute. Hope thats okay with you. We have properly credited you.

TheRook commented 10 years ago

This is an open source project, feel free to use any part of it. GitHub rocks like that. subbrute also contains a feature for building new subdomain lists so if you are interested in expanding the list, let me know and i'll be happy to update subbrute.

I think subbrute will be faster than subquest because you are only using a single resolver! Also, DNS resolution is exception prone (dns server rate limiting is apart of this). You might want to look at my exception handler.

skepticfx commented 10 years ago

Yes ! You are right. Multiple resolvers and exceptions are something am working on for now.

What is the default number of parallel requests that you send?

Rui-Santos commented 9 years ago

@TheRook if this an open source project you should add a LICENSE file to the repository. Until you do it, people will always have to seek permission to use anything from here.

TheRook commented 9 years ago

Released under GPLv3