Size: 620
Comment:
|
Size: 706
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 33: | Line 33: |
`dig @peter.cs.andrews.edu southern.edu axfr` | {{{ dig @peter.cs.andrews.edu southern.edu axfr //works here, but may not work elsewhere }}} |
Line 37: | Line 40: |
`dig @ns1.swau.edu version.bind txt chaos` | {{{ dig @ns1.someuniversitythatdoesen'texist.edu version.bind txt chaos }}} |
Here are the examples Dr. A gave inclass
(some of these are Linux, others are Windows)
NetCat
nc -v www.scotnpatti.com 80 HEAD / HTTP/1.0 (press enter) (press enter)
FTP
www.scotnpatti.com (bad) www.cs.southern.edu (good)
SMTP
telnet email.scotnpatti.com vrfy root vrfy scot vrfy jane
DNS
dig @peter.cs.andrews.edu southern.edu axfr //works here, but may not work elsewhere
BindVersion
dig @ns1.someuniversitythatdoesen'texist.edu version.bind txt chaos
Back to Cptr427Winter2010