Skip to content

Commit 5870ebc

Browse files
committed
Add suggested changes
1 parent deaf3d7 commit 5870ebc

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

modules/exploits/multi/http/avideo_wwbnindex_unauth_rce.rb

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,24 @@ def initialize(info = {})
4141
'PHP In-Memory',
4242
{
4343
'Platform' => 'php',
44-
'Arch' => ARCH_PHP,
45-
'DefaultOptions' => { 'PAYLOAD' => 'php/meterpreter/reverse_tcp' },
46-
'Type' => :php_memory
44+
'Arch' => ARCH_PHP
45+
# tested with php/meterpreter/reverse_tcp
4746
}
4847
],
4948
[
5049
'Unix In-Memory',
5150
{
5251
'Platform' => ['unix', 'linux'],
53-
'Arch' => ARCH_CMD,
54-
'DefaultOptions' => { 'PAYLOAD' => 'cmd/linux/http/x64/meterpreter/reverse_tcp' },
55-
'Type' => :unix_memory
52+
'Arch' => ARCH_CMD
53+
# tested with cmd/linux/http/x64/meterpreter/reverse_tcp
5654
}
5755
],
5856
[
5957
'Windows In-Memory',
6058
{
6159
'Platform' => 'win',
62-
'Arch' => ARCH_CMD,
60+
'Arch' => ARCH_CMD
6361
# tested with cmd/windows/http/x64/meterpreter/reverse_tcp
64-
'Type' => :win_memory
6562
}
6663
],
6764
],

0 commit comments

Comments
 (0)