From 1d63cd6f6bb1277619f8492ff231f6312b891e5e Mon Sep 17 00:00:00 2001 From: David Maloney Date: Tue, 29 May 2012 21:28:23 -0500 Subject: [PATCH] Revert " Sets the passive flag on the JtR modules" This reverts commit e70ccddc9a2d201bdfe97173a2e9df951eb387a0. --- modules/auxiliary/analyze/jtr_aix.rb | 1 - modules/auxiliary/analyze/jtr_crack_fast.rb | 1 - modules/auxiliary/analyze/jtr_linux.rb | 1 - modules/auxiliary/analyze/jtr_mssql_fast.rb | 1 - modules/auxiliary/analyze/jtr_mysql_fast.rb | 1 - modules/auxiliary/analyze/jtr_oracle_fast.rb | 1 - modules/auxiliary/analyze/jtr_unshadow.rb | 1 - modules/auxiliary/analyze/postgres_md5_crack.rb | 1 - 8 files changed, 8 deletions(-) diff --git a/modules/auxiliary/analyze/jtr_aix.rb b/modules/auxiliary/analyze/jtr_aix.rb index a4a67e4a3c..73005442dd 100644 --- a/modules/auxiliary/analyze/jtr_aix.rb +++ b/modules/auxiliary/analyze/jtr_aix.rb @@ -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 ', diff --git a/modules/auxiliary/analyze/jtr_crack_fast.rb b/modules/auxiliary/analyze/jtr_crack_fast.rb index 36306eeba2..037ae5f7a8 100644 --- a/modules/auxiliary/analyze/jtr_crack_fast.rb +++ b/modules/auxiliary/analyze/jtr_crack_fast.rb @@ -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) ) diff --git a/modules/auxiliary/analyze/jtr_linux.rb b/modules/auxiliary/analyze/jtr_linux.rb index 9d85c02574..446c4c860d 100644 --- a/modules/auxiliary/analyze/jtr_linux.rb +++ b/modules/auxiliary/analyze/jtr_linux.rb @@ -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 ', diff --git a/modules/auxiliary/analyze/jtr_mssql_fast.rb b/modules/auxiliary/analyze/jtr_mssql_fast.rb index 5ef45539e6..4a2e6d3412 100644 --- a/modules/auxiliary/analyze/jtr_mssql_fast.rb +++ b/modules/auxiliary/analyze/jtr_mssql_fast.rb @@ -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 ', diff --git a/modules/auxiliary/analyze/jtr_mysql_fast.rb b/modules/auxiliary/analyze/jtr_mysql_fast.rb index 2b70b05757..ec03d40929 100644 --- a/modules/auxiliary/analyze/jtr_mysql_fast.rb +++ b/modules/auxiliary/analyze/jtr_mysql_fast.rb @@ -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 ', diff --git a/modules/auxiliary/analyze/jtr_oracle_fast.rb b/modules/auxiliary/analyze/jtr_oracle_fast.rb index 92fe67bf27..cc2cb7f460 100644 --- a/modules/auxiliary/analyze/jtr_oracle_fast.rb +++ b/modules/auxiliary/analyze/jtr_oracle_fast.rb @@ -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 ', diff --git a/modules/auxiliary/analyze/jtr_unshadow.rb b/modules/auxiliary/analyze/jtr_unshadow.rb index 2e4bc26fbb..4e3b7360c8 100644 --- a/modules/auxiliary/analyze/jtr_unshadow.rb +++ b/modules/auxiliary/analyze/jtr_unshadow.rb @@ -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 '], 'License' => MSF_LICENSE ) diff --git a/modules/auxiliary/analyze/postgres_md5_crack.rb b/modules/auxiliary/analyze/postgres_md5_crack.rb index 38783974aa..60777f5bb5 100644 --- a/modules/auxiliary/analyze/postgres_md5_crack.rb +++ b/modules/auxiliary/analyze/postgres_md5_crack.rb @@ -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 '], 'License' => MSF_LICENSE )