lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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