DNS enumeration using python

Sorry people, but im gettin a little bit nervous with the FIRST exercise of the module, and i dnt know if something is wrong with the server or what:

Investigate all records for the domain “inlanefreight.com” with the help of dig or nslookup and submit the one unique record in double quotes as the answer.

i tried all i know and get the mail1.inlanefreight.com and dont return anything, im stuck, some hint??

Hey man,

For the first task try to ‘dig’ or ‘nslookup’ without any records or types, and you will find the flag.
For the second task, use the AAAA to ‘dig’ the results.

Let me know if it helps you

Best of luck

1 Like

I am also having issues with this awell, specifically the first task (The second one is trivial), and I’m no stranger to querying dns records from a server. I’m starting to question if the task is concise enough for newcomers trying to learn

The task explicitly states:

Investigate all records for the domain “inlanefreight.com” with the help of dig or nslookup and submit the one unique record in double quotes as the answer.

In the terminal I have typed in

dig inlanefreight.com

And it returned only one record in the answer section. I copied and pasted it into the input field to submit the flag. Incorrect. I tried the placing the record in double quotes. Incorrect. Now I’m confused as to what is actually being asked here?

Some help would be appreciated.

Still haven’t been able to figure this first question out. The second question is very much easy to find can anyone help with the first one? I type in dig inlanefreight.com in the answer section it pops up with inlanefreight.com. This is the one i put in but it still isn’t the correct one.