1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Change http-default-accounts.nse from safe to intrusive as it attempts to login to the target.

This commit is contained in:
tomsellers
2014-04-27 12:33:10 +00:00
parent b440d9c064
commit 4e572fadb2
2 changed files with 4 additions and 2 deletions

View File

@@ -57,11 +57,13 @@ This script was based on http-enum.
-- Revision History
-- 2013-08-13 nnposter
-- * added support for target_check()
-- 2014-04-27
-- * changed category from safe to intrusive
---
author = "Paulino Calderon <calderon@websec.mx>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery", "auth", "safe"}
categories = {"discovery", "auth", "intrusive"}
portrule = shortport.http