Skip to content

Commit dd65040

Browse files
committed
Update simple_backdoors_exec.rb
1 parent e185277 commit dd65040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/simple_backdoors_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ def initialize(info={})
1616
'Description' => %q{
1717
This module exploits unauthenticated simple web backdoor shells by leveraging the
1818
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
19+
Daniel Miessler and Jason Haddix has a lot of samples for these kind of backdoor shells
2020
which is categorized under Payloads.
2121
},
2222
'License' => MSF_LICENSE,
2323
'Author' =>
2424
[
25-
'Jay Turla <@shipcod3>',
25+
'Jay Turla <@shipcod3>',
2626
],
2727
'References' =>
2828
[

0 commit comments

Comments
 (0)