1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +00:00

Clean up some documentation regarding http redirects

This commit is contained in:
dmiller
2015-04-10 12:56:05 +00:00
parent fcd93e141f
commit 54543b303c
2 changed files with 9 additions and 10 deletions

View File

@@ -7,10 +7,8 @@ local string = require "string"
description = [[
Shows the title of the default page of a web server.
The script will follow no more than one HTTP redirect, and only if the
redirection leads to the same host. The script may send a DNS query to
determine whether the host the redirect leads to has the same IP address as the
original target.
The script will follow up to 5 HTTP redirects, using the default rules in the
http library.
]]
---