1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

Minor updates to the descriptions of some new scripts

This commit is contained in:
fyodor
2013-08-17 00:38:27 +00:00
parent 1c0e86596e
commit 796c90ee0e
10 changed files with 18 additions and 19 deletions

View File

@@ -6,10 +6,9 @@ local ike = require "ike"
description=[[
Get information from an IKE service.
Tests the service with both Main and Aggressive Mode.
Sends multiple transforms in a single request, so currently,
only four packets are sent to the host.
Obtains information (such as vendor and device type where available) from an IKE service by sending four packets to the host. This scripts tests with both Main and Aggressive Mode and sends multiple transforms per request.
]]