Skip to content

Commit 3f8f132

Browse files
committed
Added Cisco SPA504G IP Phone fingerprint
1 parent aa2f1a2 commit 3f8f132

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
@@ -72,4 +72,11 @@ var fingerprints = [
7272
// Insert exploit here
7373
},
7474
},
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+
},
7582
]

0 commit comments

Comments
 (0)