File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -41,27 +41,24 @@ def initialize(info = {})
41
41
'PHP In-Memory' ,
42
42
{
43
43
'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
47
46
}
48
47
] ,
49
48
[
50
49
'Unix In-Memory' ,
51
50
{
52
51
'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
56
54
}
57
55
] ,
58
56
[
59
57
'Windows In-Memory' ,
60
58
{
61
59
'Platform' => 'win' ,
62
- 'Arch' => ARCH_CMD ,
60
+ 'Arch' => ARCH_CMD
63
61
# tested with cmd/windows/http/x64/meterpreter/reverse_tcp
64
- 'Type' => :win_memory
65
62
}
66
63
] ,
67
64
] ,
You can’t perform that action at this time.
0 commit comments