mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Clean up some documentation regarding http redirects
This commit is contained in:
parent
fcd93e141f
commit
54543b303c
2 changed files with 9 additions and 10 deletions
|
|
@ -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.
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue