Y
Hacker News
new
|
ask
|
show
|
jobs
by
mobman
4278 days ago
contribute to my PHP Vulnerability analyzer. make it better.
mobman.bitbucket.org
1 comments
alasdair_
4278 days ago
I wrote a PHP vulnerability scanner once. It was pretty simple:
if (isPHP)
echo "VULNERABLE!"
link
if (isPHP)