Bugtraq mailing list archives

Re: Analysis of "stacheldraht"


From: dittrich () CAC WASHINGTON EDU (Dave Dittrich)
Date: Fri, 31 Dec 1999 04:46:00 -0800


Olaf,

Dave Dittrich wrote:

$s_host = ($opt_h) ? $opt_h : $hostname;

hi Dave,
it looks like there might be a typo in your perl script. I suppose the
code should rather look like

$s_host = ($opt_f) ? $opt_f : $hostname;

Option 'h' triggers help whereas option 'f' means 'from_host'. Am I right?

Yes.  You are the first to catch that.  Its fixed in the online version.

        http://staff.washington.edu/dittrich/misc/stacheldraht.analysis

(As is a typo in the example in the comments, which implies the script
takes multiple hosts on the command line - I changed it to use a file
when I tried scanning 24,000+ hosts.  And no, its not a very pretty
script, is it? ;)

--
Dave Dittrich                 Client Services
dittrich () cac washington edu   Computing & Communications
                              University of Washington

<a href="http://www.washington.edu/People/dad/";>
Dave Dittrich / dittrich () cac washington edu [PGP Key]</a>

PGP 6.5.1 key fingerprint:
FE 97 0C 57 08 43 F3 EB  49 A1 0C D0 8E 0C D0 BE  C8 38 CC B5



Current thread: