Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 1998 18:22:57 +1000 (EST)
From:      proff@iq.org
To:        andrew@squiz.co.nz
Cc:        drosih@rpi.edu, hart@iserver.com, brett@lariat.org, security@FreeBSD.ORG
Subject:   Re: f-greping across the universe
Message-ID:  <19980721082257.3945.qmail@iq.org>
In-Reply-To: <Pine.BSF.3.96.980721190200.2273O-100000@aniwa.sky> from Andrew McNaughton at "Jul 21, 98 07:37:10 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> -- cut --
> #!/bin/sh
> for i in `ls  /bin/* /usr/bin/* /usr/local/bin/*`
> do 
>   strings $i | grep vsprintf | sed -e "s|^|$i: |"
> done
> 
> -- cut --
> 
> Yikes.

You can't just leak OpenBSD trade secrets like that. You
must understand the grueling hours Theo & friends spent
creating their meister work.

Cheers,
Julian.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe security" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980721082257.3945.qmail>