Today, we have yet another post from the InsomniaSec blog by Mr. Brett Moore titled – LFI With PHPINFO Assistance!
We all know what an LFI is. This whitepaper explains how PHPInfo() can be used to assist with the exploitation of LFI vulnerabilities on PHP when combined with the file upload handling feature that is enabled by default!
A [...]
Tagged as:
local file inclusion,
PPOTD
Our first post regarding RIPS can be found here. New and updated version of RIPS version 0.40 is now available for download!
“RIPS is a static source code analyser for vulnerabilities in PHP web applications.”
This is the official change log:
Code analysis:
fixed bug with vartrace and different dependencies (if(condition) $var=1; else $var=2;)
fixed bug with string reconstruction of [...]
Tagged as:
local file inclusion,
phpass,
remote file inclusion,
RIPS,
Source Code,
Web Application Scanner,
xss
After almost a year, fimap has been updated to fimap alpha version 09. Our first post about fimap can be found here.
“fimap is a little python tool which can find, prepare, audit, exploit and even google automaticly for local and remote file inclusion bugs in webapps. fimap should be something like sqlmap just for LFI/RFI bugs instead of sql [...]
Tagged as:
fimap,
local file inclusion,
remote file inclusion,
sqlmap