Merge branch 'feature/MSP-9718/deprectae_unshadow' into staging/electro-release

bug/bundler_fix
David Maloney 2014-06-25 15:02:13 -05:00
commit 9f33be81e0
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
1 changed files with 1 additions and 8 deletions

View File

@ -30,14 +30,7 @@ class Metasploit3 < Msf::Auxiliary
end
def run
unshadow = john_unshadow(datastore['PASSWD_PATH'],datastore['SHADOW_PATH'])
if unshadow
print_good(unshadow)
filename= "#{datastore['IP']}_Linux_Hashes.txt"
lootfile = store_loot("linux.hashes", "text/plain", datastore['IP'], unshadow, filename, "Linux Hashes")
print_status("Saved unshadowed file: #{lootfile}")
end
print_error "This module is deprecated and does nothing. It will be removed in the next release!"
end
end