mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Went through all the new (since 5.51) scripts and improved (I hope) the nsedoc descriptions a bit and made some other very minor cleanups
This commit is contained in:
parent
651197768b
commit
536e00ea42
31 changed files with 90 additions and 61 deletions
|
|
@ -1,5 +1,5 @@
|
|||
description = [[
|
||||
Obtains the CakePHP version of a web application built with the CakePHP framework. This script depends on default files shipped with the CakePHP framework.
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue