Skip to content

Commit 511b776

Browse files
committed
Added SIP-T41P IP Phone fingerprint
1 parent 82911af commit 511b776

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
@@ -93,4 +93,11 @@ var fingerprints = [
9393
// Insert exploit here
9494
},
9595
},
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+
},
96103
]

0 commit comments

Comments
 (0)