Skip to content

Commit c46a770

Browse files
Merge pull request #11 from x0e-foobar/master
Added fingerprints contributed by x0e-foobar, thanks!
2 parents ba61269 + 511b776 commit c46a770

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

fingerprint_db.js

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,46 @@ var fingerprints = [
5858
// Insert exploit here
5959
},
6060
},
61-
]
61+
{
62+
'name': "Brother HL-2150N series Printer",
63+
'fingerprints': [["/pbio/brother.gif",144,52],["/printer/hl2150n.gif",144,16],["/printer/ball.gif",15,11],["/pbio/key_user.gif",24,11],["/pbio/bar_v.gif",24,1],["/pbio/bar_h.gif",24,1],["/pbio/key_admin.gif",24,11],["/printer/key_help.gif",36,39],["/printer/spacer.gif",1,1],["/pbio/model_s.gif",144,45],["/printer/dispLCD.gif",20,15],["/printer/noneLCD.gif",20,15],["/pbio/AutoRfOff.gif",80,50],["/printer/cot.gif",39,35],["/printer/loc.gif",39,35],"/printer/printer.css"],
64+
'callback': function( ip ) {
65+
// Insert exploit here
66+
},
67+
},
68+
{
69+
'name': "Brother HL-2250DN series Printer",
70+
'fingerprints': [["/pbio/brother.gif",144,52],["/printer/hl2250dn.gif",144,16],["/printer/ball.gif",15,11],["/pbio/key_user.gif",24,11],["/pbio/bar_v.gif",24,1],["/pbio/bar_h.gif",24,1],["/pbio/key_admin.gif",24,11],["/printer/key_help.gif",36,39],["/printer/spacer.gif",1,1],["/pbio/model_s.gif",144,45],["/printer/noneLCD.gif",20,15],["/pbio/AutoRfOff.gif",80,50],["/printer/cot.gif",39,35],["/printer/loc.gif",39,35],"/printer/printer.css"],
71+
'callback': function( ip ) {
72+
// Insert exploit here
73+
},
74+
},
75+
{
76+
'name': "Cisco SPA504G IP Phone",
77+
'fingerprints': [["/pageBackground.jpg",1260,1024],["/cisco_logo_header.png",62,33]],
78+
'callback': function( ip ) {
79+
// Insert exploit here
80+
},
81+
},
82+
{
83+
'name': "GE Security 1809 Universal Interface",
84+
'fingerprints': [["/images/gelogo.jpg",251,59],"/links.html",["/images/1809.jpg",560,349],"/home.html"],
85+
'callback': function( ip ) {
86+
// Insert exploit here
87+
},
88+
},
89+
{
90+
'name': "Denon CEOL Piccolo DRA-N5 Network Audio Player",
91+
'fingerprints': ["/SETUP/formCssDefault.css","/SETUP/d_left_setup.asp","/goform/formCssDefault.css","/SETUP/d_right_setup.asp","/dummy.asp","/css/mainMenu.css"],
92+
'callback': function( ip ) {
93+
// Insert exploit here
94+
},
95+
},
96+
{
97+
'name': "SIP-T41P IP Phone",
98+
'fingerprints': [["/img/btn_bg_down.png",98,28],"/js/utility.js","/language/1.English.js"],
99+
'callback': function( ip ) {
100+
// Insert exploit here
101+
},
102+
},
103+
]

0 commit comments

Comments
 (0)