Revert " Sets the passive flag on the JtR modules"

This reverts commit e70ccddc9a.
This commit is contained in:
David Maloney 2012-05-29 21:28:23 -05:00
parent 9e7acf3a57
commit 1d63cd6f6b
8 changed files with 0 additions and 8 deletions

View File

@ -25,7 +25,6 @@ class Metasploit3 < Msf::Auxiliary
This module uses John the Ripper to identify weak passwords that have been
acquired from passwd files on AIX systems.
},
'Passive' => true,
'Author' =>
[
'TheLightCosine <thelightcosine[at]gmail.com>',

View File

@ -29,7 +29,6 @@ class Metasploit3 < Msf::Auxiliary
used outside of Metasploit. This initial version just handles LM/NTLM credentials
from hashdump and uses the standard wordlist and rules.
},
'Passive' => true,
'Author' => 'hdm',
'License' => MSF_LICENSE # JtR itself is GPLv2, but this wrapper is MSF (BSD)
)

View File

@ -27,7 +27,6 @@ class Metasploit3 < Msf::Auxiliary
MD5 and DES implementations by default. Set Crypt to true to also try to crack
Blowfish and SHA implementations. Warning: This is much slower.
},
'Passive' => true,
'Author' =>
[
'TheLightCosine <thelightcosine[at]gmail.com>',

View File

@ -26,7 +26,6 @@ class Metasploit3 < Msf::Auxiliary
acquired from the mssql_hashdump module. Passwords that have been successfully
cracked are then saved as proper credentials
},
'Passive' => true,
'Author' =>
[
'TheLightCosine <thelightcosine[at]gmail.com>',

View File

@ -26,7 +26,6 @@ class Metasploit3 < Msf::Auxiliary
acquired from the mysql_hashdump module. Passwords that have been successfully
cracked are then saved as proper credentials
},
'Passive' => true,
'Author' =>
[
'TheLightCosine <thelightcosine[at]gmail.com>',

View File

@ -26,7 +26,6 @@ class Metasploit3 < Msf::Auxiliary
acquired from the oracle_hashdump module. Passwords that have been successfully
cracked are then saved as proper credentials
},
'Passive' => true,
'Author' =>
[
'TheLightCosine <thelightcosine[at]gmail.com>',

View File

@ -25,7 +25,6 @@ class Metasploit3 < Msf::Auxiliary
This module takes a passwd and shadow file and 'unshadows'
them and saves them as linux.hashes loot.
},
'Passive' => true,
'Author' => ['TheLightCosine <thelightcosine[at]gmail.com>'],
'License' => MSF_LICENSE
)

View File

@ -29,7 +29,6 @@ class Metasploit3 < Msf::Auxiliary
such as hostnames, usernames, passwords, and database schema information.
The user can also supply an additional external wordlist if they wish.
},
'Passive' => true,
'Author' => ['TheLightCosine <thelightcosine[at]gmail.com>'],
'License' => MSF_LICENSE
)