From 2a61b3269ec6d17c985f351120ec64e2d56302ed Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 30 Nov 2017 19:36:00 +0000 Subject: [PATCH] Document ARD auth for vnc-brute --- scripts/vnc-brute.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vnc-brute.nse b/scripts/vnc-brute.nse index f1c3f79f5..2e380881a 100644 --- a/scripts/vnc-brute.nse +++ b/scripts/vnc-brute.nse @@ -13,6 +13,7 @@ Performs brute force password auditing against VNC servers. -- -- @args vnc-brute.bruteusers If set, allows the script to iterate over -- usernames for auth types that require it (plain, +-- Apple Remote Desktop (30), -- SASL (not supported), and ATEN) Default: false, -- since most VNC auth types are password-only. -- @usage