Nmap Development mailing list archives
[NSE] Linksys WAP55AG addition to http-default-accounts-fingerprints
From: nnposter () users sourceforge net
Date: Wed, 7 Aug 2013 18:14:25 +0000
The following patch adds a fingerprint for Cisco/Linksys WAP55AG access
point to http-default-accounts-fingerprints.lua. Tested with firmware
1.07.01.
Cheers,
nnposter
Patch against revision 31695 follows:
--- nselib/data/http-default-accounts-fingerprints.lua.orig 2013-08-07 11:48:09.328125000 -0600
+++ nselib/data/http-default-accounts-fingerprints.lua 2013-08-07 12:03:45.437500000 -0600
@@ -160,6 +160,20 @@
end
})
+table.insert(fingerprints, {
+ name = "Cisco WAP55AG",
+ category = "routers",
+ paths = {
+ {path = "/WPA_Preshared.asp"}
+ },
+ login_combos = {
+ {username = "", password = "admin"}
+ },
+ login_check = function (host, port, path, user, pass)
+ return try_http_basic_login(host, port, path, user, pass, false)
+ end
+})
+
---
--Digital recorders
---
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/
Current thread:
- [NSE] Linksys WAP55AG addition to http-default-accounts-fingerprints nnposter (Aug 07)
- Re: [NSE] Linksys WAP55AG addition to http-default-accounts-fingerprints George Chatzisofroniou (Aug 09)
