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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user