1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

Changed "auth" to "brute" category for imap-brute.nse and citrix-brute-xml.nse for consistency.

This commit is contained in:
henri
2012-09-21 11:46:23 +00:00
parent e60ba1b617
commit dfd3bf835d
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ Performs brute force password auditing against IMAP servers using either LOGIN,
author = "Patrik Karlsson"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"auth", "intrusive"}
categories = {"brute", "intrusive"}
portrule = shortport.port_or_service({143,993}, {"imap","imaps"})