Skip to content

Commit a4f681a

Browse files
author
Tod Beardsley
committed
Add quoted hex encoding
1 parent d549c27 commit a4f681a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ GEM
250250
metasm
251251
rex-arch
252252
rex-text
253-
rex-exploitation (0.1.3)
253+
rex-exploitation (0.1.4)
254254
jsobfu
255255
metasm
256256
rex-arch

modules/exploits/linux/http/tr064_ntpserver_cmdinject.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def check
120120
def inject_staged_data
121121
execute_cmdstager(
122122
flavor: :echo,
123+
enc_format: :hex_single_quoted,
123124
linemax: 63
124125
)
125126
end

0 commit comments

Comments
 (0)