Land #6896, fix spelling in caidao_bruteforce_login

bug/bundler_fix
Brent Cook 2016-05-19 21:54:06 -05:00
commit b613dfefb4
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 2 additions and 2 deletions

View File

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