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

Add Drupal to known apps. Closes #555

This commit is contained in:
dmiller
2016-10-20 15:01:04 +00:00
parent 490403a98f
commit e04ec4d39e
2 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*-
o [NSE][GH#555] Add Drupal to the set of web apps brute forced by
http-form-brute. [Nima Ghotbi]
o [GH#350] Fix an assertion failure due to floating point error in equality
comparison, which triggered mainly on OpenBSD:
assertion "diff <= interval" failed: file "timing.cc", line 440

View File

@@ -135,6 +135,16 @@ local known_apps = {
passvar = "password",
onsuccess = "Set%-Cookie:%s*sessionid=",
},
drupal = {
match = {
action = "user$",
id = "user%-login",
},
uservar = "name",
passvar = "pass",
onsuccess = "Location: .+user/%d",
sessioncookies = false,
},
mediawiki = {
match = {
action = "action=submitlogin"