Skip to content

Commit 4fe32e9

Browse files
committed
Add OpenWrt fingerprint
1 parent 511b776 commit 4fe32e9

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
@@ -100,4 +100,11 @@ 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+
},
103110
]

0 commit comments

Comments
 (0)