1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Minor description updates (and sometimes just text reformatting) for some of the 85 new scripts(!) since Nmap 6.01

This commit is contained in:
fyodor
2012-11-15 23:05:31 +00:00
parent ff0f33288b
commit f13353a610
30 changed files with 96 additions and 93 deletions

View File

@@ -23,9 +23,7 @@ local stdnse = require("stdnse")
local strbuf = require("strbuf")
local string = require("string")
local table = require("table")
description = [[ Checks for a Git repository found in a website's document root (GET /.git/<something> HTTP/1.1)
Gets as much information about the repository as possible, including language/framework, Github
username, last commit message, and repository description.
description = [[ Checks for a Git repository found in a website's document root (/.git/<something>) then retrieves as much repo information as possible, including language/framework, Github username, last commit message, and repository description.
]]
categories = { "safe", "vuln", "default" }