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
Static code analysis is the analysis of computer software that is performed without actually executing programs built from that software. The amount of websites has increased rapidly during the last years. While websites consisted mostly of static HTML files in the last decade, more and more web applications with dynamic content appeared as a result [...]
Tagged as:
local file inclusion,
phpass,
remote file inclusion,
RIPS,
Source Code,
Web Application Scanner,
xss
We blogged about fimap here. Now, an updated version 08 is available for download.
“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 injection.”
This is the change [...]
Tagged as:
fimap,
local file inclusion,
python,
remote file inclusion
Today, we have this post from the milw0rm, which is written by ZeQ3uL & JabAv0C.
“LFI to RCE Exploit with Perl Script” is an interesting post about exploiting a website via File Inclusion (RFI/LFI). The author has done an amazing job that we think needs an applause.
This post as it’s name suggests uses Perl as [...]
Tagged as:
local file inclusion,
PPOTD,
remote file inclusion