Skip to content

Commit 18f881e

Browse files
Merge pull request #16 from infosec-au/master
Added fingerprint for Cisco DPC3848V
2 parents fe7dd55 + 2255b09 commit 18f881e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

fingerprint_db.js

+8
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,13 @@ var fingerprints = [
128128
// Insert exploit here
129129
},
130130
},
131+
{
132+
'name': "Cisco DPC3848V",
133+
'created': "Tue, 08 Sep 2015 00:02:50 GMT",
134+
'resources': [["/cmn/img/pageBackground.jpg",1260,566],["/cmn/img/cisco_logo.png",93,59],"/cmn/css/webframe.css","/cmn/js/lib/jquery-1.9.1.js","/cmn/js/lib/jquery-migrate-1.2.1.js","/cmn/js/utilityFunctions.js","/i18n/i18nReader.php"],
135+
'callback': function( ip ) {
136+
// Insert exploit here
137+
},
138+
},
131139

132140
]

0 commit comments

Comments
 (0)