Differences between revisions 1 and 2
Revision 1 as of 2010-02-02 18:20:38
Size: 84
Editor: anderson-camtasia
Comment:
Revision 2 as of 2010-02-03 14:48:39
Size: 594
Editor: scot-office2
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

HackingExposedChapter03 (last edited 2010-03-09 22:35:34 by c-71-226-185-105)