Skip to content

Commit

Permalink
Added Linksys WAP200 to http-default-accounts-fingerprints.
Browse files Browse the repository at this point in the history
  • Loading branch information
sophron committed Jul 29, 2013
1 parent 91858c5 commit 4022070
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions nselib/data/http-default-accounts-fingerprints.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,20 @@ table.insert(fingerprints, {
end
})

table.insert(fingerprints, {
name = "Cisco WAP200",
category = "routers",
paths = {
{path = "/StatusLan.htm"}
},
login_combos = {
{username = "admin", password = "admin"}
},
login_check = function (host, port, path, user, pass)
return try_http_basic_login(host, port, path, user, pass, false)
end
})

---
--Digital recorders
---
Expand Down

0 comments on commit 4022070

Please sign in to comment.