Skip to content

Commit 9e9954e

Browse files
fix placeholder to show the firmware version I used
1 parent 6daa8b4 commit 9e9954e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/misc/hikvision_rtsp_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(info = {})
4141
#
4242
# ROP targets are difficult to represent in the hash, use callbacks instead
4343
#
44-
[ "DS-7204 Firmware version x.y.z", {
44+
[ "DS-7204 Firmware V2.2.10 build 131009", {
4545

4646
# The callback handles all target-specific settings
4747
:callback => :target_ds7204_1,

0 commit comments

Comments
 (0)