[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <7D8DB008-42AF-472F-986A-3D7104C40189@gmail.com>
Date: Sun, 27 May 2007 19:58:54 -0700
From: Andrew Farmer <andfarm@...il.com>
To: Mark Sec <mark.sec@...il.com>
Cc: full-disclosure@...ts.grok.org.uk
Subject: Re: How to protect RFI ??
On 27 May 07, at 19:41, Mark Sec wrote:
> G00d thanks,
> does any1 know a tool for looking vulnerabilities "inside" of my
> *.php files
> ? or something to automated the "search" vulnerabilities?
find /php/dir -name '*.php' -print0 | xargs -0 egrep '(include|
require)(_once)?\(.*\$'
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
Powered by blists - more mailing lists