Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit d163739

Browse files
committed
Change order of obfuscated variables to prevent partial obfuscation of s_type
1 parent eff1caf commit d163739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

payloads/meterpreter_bind_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def constants
5858
end
5959

6060
def obfuscated_variables
61-
super + %w[ip port srvsock s s_type res b a len suhosin_bypass]
61+
super + %w[ip port srvsock s_type s res b a len suhosin_bypass]
6262
end
6363
end
6464
end

payloads/meterpreter_reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def constants
4444
end
4545

4646
def obfuscated_variables
47-
super + %w[ip port f s s_type res len a b suhosin_bypass]
47+
super + %w[ip port f s_type s res len a b suhosin_bypass]
4848
end
4949
end
5050
end

0 commit comments

Comments
 (0)