Skip to content

Commit e75401b

Browse files
committed
Added Cisco Small Business Switch fingerprint
1 parent 4fe32e9 commit e75401b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fingerprint_db.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,11 @@ var fingerprints = [
107107
// Insert exploit here
108108
},
109109
},
110+
{
111+
'name': "Cisco Small Business Switch",
112+
'fingerprints': [["/images/cisco_pageBackground.jpg",1260,1024],["/images/cisco_logo_header.png",62,33],["/images/ContextMessageArrow_DownT.gif",16,16],["/images/login_progress.gif",16,16],["/images/normalHoverButton.gif",180,49],["/images/pressedButton.png",180,49],["/images/button_hover.png",1,22],["/images/button_pressed.png",1,22],["/images/cisco_button_hover-60.gif",60,24],["/images/cisco_button_normal-60.gif",60,24],["/images/cisco_button_pressed-60.gif",60,24],"/scripts/jquery.js","/scripts/jquery.cookie.js"],
113+
'callback': function( ip ) {
114+
// Insert exploit here
115+
},
116+
},
110117
]

0 commit comments

Comments
 (0)