Skip to content

Commit 3cde3bb

Browse files
Merge pull request #12 from x0e-foobar/master
Added some more fingerprints
2 parents e7df546 + 9c6ab4e commit 3cde3bb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

fingerprint_db.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,25 @@ var fingerprints = [
100100
// Insert exploit here
101101
},
102102
},
103+
{
104+
'name': "OpenWrt",
105+
'fingerprints': ["/luci-static/bootstrap/cascade.css","/luci-static/bootstrap/mobile.css","/luci-static/resources/xhr.js",["/luci-static/resources/cbi/apply.gif",16,16],["/luci-static/resources/cbi/reset.gif",16,16]],
106+
'callback': function( ip ) {
107+
// Insert exploit here
108+
},
109+
},
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+
},
117+
{
118+
'name': "Thomson TG789vn Router",
119+
'fingerprints': [["/images/home.gif",50,50],["/images/stxx__xl.gif",50,50],["/images/bbc__xl.gif",50,50],["/images/tbox__xl.gif",50,50],["/images/hnw___xl.gif",50,50],["/images/help.gif",50,50],["/images/spacer.gif",1,1],["/images/bull__md.gif",40,20],["/images/bbc_grxl.gif",50,50],["/images/iwla__la.gif",40,40],["/images/ieth__la.gif",40,40],["/images/ipho__la.gif",40,40],["/images/banner_back.gif",1,69],["/images/banner_left.gif",605,69],["/images/banner_right.gif",139,69],["/images/gradient.gif",1,38],"/styles.css","/util.js","/b_menu.js"],
120+
'callback': function( ip ) {
121+
// Insert exploit here
122+
},
123+
},
103124
]

0 commit comments

Comments
 (0)