spelling fix

bug/bundler_fix
h00die 2016-05-19 19:30:18 -04:00
parent 13adc3ee0a
commit 706d51389e
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ class MetasploitModule < Msf::Auxiliary
def initialize(info = {}) def initialize(info = {})
super(update_info(info, super(update_info(info,
'Name' => 'Chinese Caidao Backdoor Bruteorce', 'Name' => 'Chinese Caidao Backdoor Bruteforce',
'Description' => 'This module attempts to brute chinese caidao asp/php/aspx backdoor.', 'Description' => 'This module attempts to bruteforce chinese caidao asp/php/aspx backdoor.',
'Author' => [ 'Nixawk' ], 'Author' => [ 'Nixawk' ],
'References' => [ 'References' => [
['URL', 'https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html'], ['URL', 'https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html'],