From a64e2230627f547c1b5ed2ac7ac6ce9608bbb7bc Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Fri, 29 Jul 2011 02:17:54 +0000 Subject: [PATCH] Indentation fix, and svn propset git-svn-id: file:///home/svn/framework3/trunk@13401 4d416f70-5f16-0410-b530-b9f4589650da --- .../post/windows/gather/enum_smartftp_pwd.rb | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/modules/post/windows/gather/enum_smartftp_pwd.rb b/modules/post/windows/gather/enum_smartftp_pwd.rb index 0c9135f1c2..e0fa791c8b 100644 --- a/modules/post/windows/gather/enum_smartftp_pwd.rb +++ b/modules/post/windows/gather/enum_smartftp_pwd.rb @@ -1,5 +1,5 @@ ## -# $Id:$ +# $Id$ ## @@ -21,17 +21,16 @@ class Metasploit3 < Msf::Post def initialize(info={}) super( update_info( info, - 'Name' => 'Windows Gather SmartFTP Saved Password Extraction', - 'Description' => %q{ This module finds saved login credentials - for the SmartFTP FTP client for windows. - It finds the saved passwords and decrypts - them.}, - 'License' => MSF_LICENSE, - 'Author' => [ 'TheLightCosine '], - 'Platform' => [ 'windows' ], - 'SessionTypes' => [ 'meterpreter' ] - )) - + 'Name' => 'Windows Gather SmartFTP Saved Password Extraction', + 'Description' => %q{ This module finds saved login credentials + for the SmartFTP FTP client for windows. + It finds the saved passwords and decrypts + them.}, + 'License' => MSF_LICENSE, + 'Author' => [ 'TheLightCosine '], + 'Platform' => [ 'windows' ], + 'SessionTypes' => [ 'meterpreter' ] + )) end def run