Fixed bug in nmap-http command where it would run bruteforce scripts.
This commit is contained in:
parent
a5f4ddd276
commit
03edc190e6
|
@ -96,7 +96,7 @@ ignore-service-names = [
|
||||||
|
|
||||||
[[http.scan]]
|
[[http.scan]]
|
||||||
name = 'nmap-http'
|
name = 'nmap-http'
|
||||||
command = 'nmap {nmap_extra} -sV -p {port} --script="(http* or ssl*) and not (broadcast or dos or external or http-slowloris* or fuzzer)" -oN "{scandir}/{protocol}_{port}_http_nmap.txt" -oX "{scandir}/xml/{protocol}_{port}_{scheme}_nmap.xml" {address}'
|
command = 'nmap {nmap_extra} -sV -p {port} --script="(http* or ssl*) and not (brute or broadcast or dos or external or http-slowloris* or fuzzer)" -oN "{scandir}/{protocol}_{port}_http_nmap.txt" -oX "{scandir}/xml/{protocol}_{port}_{scheme}_nmap.xml" {address}'
|
||||||
|
|
||||||
[[http.scan.pattern]]
|
[[http.scan.pattern]]
|
||||||
description = 'Identified HTTP Server: {match}'
|
description = 'Identified HTTP Server: {match}'
|
||||||
|
|
Loading…
Reference in New Issue