A useful tool for anyone working with PHP applications.
DESCRIPTION
————
FIS (File Inclusion Scanner) is a vulnerability scanner for PHP applications. Is scans PHP files mapping PHP/HTTP variables and then performs a security audit,in order to find out which of them are exploitable.
USAGE
——
php fis.php [local file] [remote file] [remote FIS ID file]
[local file]
————–
The local copy of the PHP source file used by FIS to map the variables for the audit.
[remote file]
————–
The remote copy of the source executed by a remote webserver, the file we will audit.
[remote FIS ID file]
———————-
The FIS ID file is used to check whether a variable is exploitable or not. It contains PHP code that simply echoes a unique MD5 hash used for identification.
INTENDED AUDIENCE
——————
FIS is intended to be used by penetration testers, not script kidies nor malicious users. It creates a lot of noise on the remote host and can be easily discovered with a simple glance at
the webserver logs, which makes it useless as a cracking tool.
FEATURES
———
FIS, currently, supports audits using only GET requests. COOKIE & POST support is not yet implemented.
LOGGING
———
FIS automatically logs extra audit information in “fis.log” in the working directory.
FIS Website
You can download FIS directly here.
1 comments:
Nice article. I am looking for PHP malicious code protection scanner. Thanks for sharing
Post a Comment