Skip to content

Commit 80c784f

Browse files
committed
Update detail about payloads
1 parent 23cd137 commit 80c784f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/exploits/multi/http/wp_givewp_rce.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ def initialize(info = {})
4646
{
4747
'Platform' => %w[unix linux],
4848
'Arch' => ARCH_CMD
49+
# tested with cmd/linux/http/x64/meterpreter/reverse_tcp
4950
}
5051
],
5152
[
5253
'Windows Command Shell',
5354
{
5455
'Platform' => 'win',
5556
'Arch' => ARCH_CMD
57+
# tested with cmd/windows/http/x64/meterpreter/reverse_tcp
5658
}
5759
]
5860
],
@@ -192,4 +194,4 @@ def send_exploit_request(give_form_id, give_form_hash, give_price_id, give_amoun
192194
'data' => URI.encode_www_form(data)
193195
})
194196
end
195-
end
197+
end

0 commit comments

Comments
 (0)