recon_13 (TXT)
View the exercise here: PentesterLab: Recon 13
OBJECTIVE
For this challenge, your goal is to retrieve the TXT record for key.z.hackycorp.com
.
TXT RECORD
TXT records are often used to show that people own a domain or to store information to configure services, it's always a good idea to check for those.
SOLUTION
Solution #1:
Using dig:
dig TXT key.z.hackycorp.com

Solution #2:
Using nslookup:
nslookup -type=TXT key.z.hackycorp.com

Solution #3:
Using mtoolbox.com:
Input key.z.hackycorp.com

Last updated
Was this helpful?