⇤ ← Revision 1 as of 2010-02-02 18:20:38
Size: 84
Comment:
|
Size: 594
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
= Dr. A's Examples = (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` === BindVersion === `dig @ns1.swau.edu version.bind txt chaos` |
Dr. A's Examples
(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
BindVersion
dig @ns1.swau.edu version.bind txt chaos
Back to Cptr427Winter2010