We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e185277 commit dd65040Copy full SHA for dd65040
modules/exploits/multi/http/simple_backdoors_exec.rb
@@ -16,13 +16,13 @@ def initialize(info={})
16
'Description' => %q{
17
This module exploits unauthenticated simple web backdoor shells by leveraging the
18
common backdoor shell's CMD parameter to execute commands. The SecLists project of
19
- Daniel Miessler and Jason Haddix has a lot of samples for this kind of backdoor shells
+ Daniel Miessler and Jason Haddix has a lot of samples for these kind of backdoor shells
20
which is categorized under Payloads.
21
},
22
'License' => MSF_LICENSE,
23
'Author' =>
24
[
25
- 'Jay Turla <@shipcod3>',
+ 'Jay Turla <@shipcod3>',
26
],
27
'References' =>
28
0 commit comments