HOME>>>>>>>>>

File http-cakephp-version

脚本使用类型: portrule
脚本所属分类: discovery, safe
脚本下载地址: http://nmap.org/svn/scripts/http-cakephp-version.nse

User Summary

Obtains the CakePHP version of a web application built with the CakePHP framework by fingerprinting default files shipped with the CakePHP framework.

This script queries the files 'vendors.php', 'cake.generic.css', 'cake.icon.png' and 'cake.icon.gif' to try to obtain the version of the CakePHP installation. Since installations that had been upgraded are prone to false positives due to old files that aren't removed, the script displays 3 different versions:

For more information about CakePHP visit: http://www.cakephp.org/.

Script Arguments

smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername

See the documentation for the smbauth library.

http.max-cache-size, http.max-pipeline, http.pipeline, http.useragent

See the documentation for the http library.

Example Usage

执行格式

nmap -p80,443 --script http-cakephp-version <host/ip>

Script Output

PORT   STATE SERVICE 
80/tcp open  http
| http-cakephp-version: Version of codebase: 1.2.x
| Version of icons: 1.2.x
| Version of stylesheet: 1.2.6

Requires


Author: Paulino Calderon

License: VER007 整理 http://www.ver007.com