• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Are there any commands that can be issued directly to a dns server?

goldboyd

Golden Member
I'm just wondering if there are any commands that can be issued directly to a dns server by telnetting to it on 53. For example, you can telnet to a smtp/pop server and do anything, you can telnet to a web server and view pages....is it possible to do something like this on a dns server?

thanks in advance
 
yes, just read the protocol and you can send whatever commands to any port you wish. A better tool is nslookup on *nix or winblows.

in fact this is exactly how most TCP applications work, they just simply send commands and get responses, DNS might be a little trickier though because it is not session based. why do you think hacking is so relatively easy?

 
Back
Top