|
|||||||||||
|
Re: Analyze binary for holes
From: DownBload <downbload(at)hotmail.com>
Date: Thu Jul 31 2003 - 18:19:18 EDT ('binary' encoding is not supported, stored as-is) In-Reply-To: <20030729162007.7689.qmail@www.securityfocus.com> You can use strings for easy finding potential vulnerable functions. # strings /bin/ls | grep strcpy # strings /bin/sh | grep sprintf # strings /bin/tralalal | grep syslog # strings /bin/format | grep fprintf If potential vulnerable function is found, you only know that function is used, but you don't know if that function is used in wrong way. Try to disassemble with gdb and look for flaws or brute force args and env.
Regards,
>
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:40 EDT |
||||||||||
|
|||||||||||