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

Enhancement: Add IP Resolution to Sub Domain Output #49

Closed
tv-h4x opened this issue Jul 14, 2017 · 3 comments
Closed

Enhancement: Add IP Resolution to Sub Domain Output #49

tv-h4x opened this issue Jul 14, 2017 · 3 comments

Comments

@tv-h4x
Copy link

tv-h4x commented Jul 14, 2017

Hey @OJ,

Working through some automated OSINT parsing and noticed one drawback to gobuster being a lack of IP resolution for the discovered sub domains.

Super obvious example:
Found: mail.domain.com - 42.1.1.2

Cheers

@OJ
Copy link
Owner

OJ commented Jul 14, 2017

Hi @tv-h4x, are you referring to the use of the -i flag as shown in the docs?

$ gobuster -m dns -w subdomains.txt -u google.com -i

Gobuster v1.3                OJ Reeves (@TheColonial)
=====================================================
[+] Mode         : dns
[+] Url/Domain   : google.com
[+] Threads      : 10
[+] Wordlist     : subdomains.txt
[+] Verbose      : true
=====================================================
Found: chrome.google.com [2404:6800:4006:801::200e, 216.58.220.110]
Found: m.google.com [216.58.220.107, 2404:6800:4006:801::200b]
Found: www.google.com [74.125.237.179, 74.125.237.177, 74.125.237.178, 74.125.237.180, 74.125.237.176, 2404:6800:4006:801::2004]
Found: search.google.com [2404:6800:4006:801::200e, 216.58.220.110]
Found: admin.google.com [216.58.220.110, 2404:6800:4006:801::200e]
Found: store.google.com [216.58.220.110, 2404:6800:4006:801::200e]
Found: mobile.google.com [216.58.220.107, 2404:6800:4006:801::200b]
Found: ns1.google.com [216.239.32.10]
Found: directory.google.com [216.58.220.110, 2404:6800:4006:801::200e]
Found: translate.google.com [216.58.220.110, 2404:6800:4006:801::200e]
Found: cse.google.com [216.58.220.110, 2404:6800:4006:801::200e]
Found: local.google.com [2404:6800:4006:801::200e, 216.58.220.110]
Found: music.google.com [2404:6800:4006:801::200e, 216.58.220.110]
Found: wap.google.com [216.58.220.110, 2404:6800:4006:801::200e]
Found: blog.google.com [216.58.220.105, 2404:6800:4006:801::2009]
Found: support.google.com [216.58.220.110, 2404:6800:4006:801::200e]
Found: news.google.com [216.58.220.110, 2404:6800:4006:801::200e]
Found: mail.google.com [216.58.220.101, 2404:6800:4006:801::2005]
=====================================================

Or is it something else you're referring to? Cheers!

@tv-h4x
Copy link
Author

tv-h4x commented Jul 14, 2017

That would be the exact reference that I n00bed over reading I guess.... My mistake

@tv-h4x tv-h4x closed this as completed Jul 14, 2017
@OJ
Copy link
Owner

OJ commented Jul 14, 2017

No problem, thanks mate! 👍

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

2 participants