Hello everybody,
I tried several approaches but do not get the subdomain (zone) which contains the X.X.X.203 box.
My approach:
└─$ dig +nocmd inlanefreight.htb AXFR +noall +answer @10.129.195.200
inlanefreight.htb. 604800 IN SOA inlanefreight.htb. root.inlanefreigh
t.htb. 2 604800 86400 2419200 604800
inlanefreight.htb. 604800 IN TXT “MS=ms97310371”
inlanefreight.htb. 604800 IN TXT “atlassian-domain-verification=t1rKCy68JFszSdCKVpw64A1QksWdXuYFUeSXKU”
inlanefreight.htb. 604800 IN TXT “v=spf1 include:mailgun.org include:_spf.google.com include:spf.protection.outlook.com include:_spf.atlassian.net ip4:10.
129.124.8 ip4:10.129.127.2 ip4:10.129.42.106 ~all”
inlanefreight.htb. 604800 IN NS ns.inlanefreight.htb.
app.inlanefreight.htb. 604800 IN A 10.129.18.15
dev.inlanefreight.htb. 604800 IN A 10.12.0.1
internal.inlanefreight.htb. 604800 IN A 10.129.1.6
mail1.inlanefreight.htb. 604800 IN A 10.129.18.201
ns.inlanefreight.htb. 604800 IN A 127.0.0.1
inlanefreight.htb. 604800 IN SOA inlanefreight.htb. root.inlanefreight.htb. 2 604800 86400 2419200 604800
Next, based on the found A addresses I searched those which do not allow any zone transfer with this appraoch:
└─$ dnsenum --dnsserver 10.129.1.16 --enum -p 0 -s 0 -o subdomains.txt -f /usr/share/seclists/Discovery/DNS/fierce-hostlist.txt internal.inlanefreight.htb
dnsenum VERSION:1.2.6
----- internal.inlanefreight.htb -----
Host’s addresses:
Name Servers:
internal.inlanefreight.htb NS record query failed: query timed out
But I do not gain anything.
Do you have a tip what I missing?
Thank you in advance for your feedback.
BR
Vidad