whitespace fixes

git-svn-id: file:///home/svn/framework3/trunk@9362 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-05-25 01:52:59 +00:00
parent 6167fbe2a3
commit 1be5df045f
3 changed files with 27 additions and 22 deletions

7
modules/auxiliary/scanner/lotus/lotus_domino_hashes.rb Executable file → Normal file
View File

@ -1,3 +1,7 @@
##
# $Id$
##
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
@ -5,10 +9,8 @@
# http://metasploit.com/framework/
##
require 'msf/core'
class Metasploit3 < Msf::Auxiliary
include Msf::Exploit::Remote::HttpClient
@ -194,4 +196,3 @@ class Metasploit3 < Msf::Auxiliary
end
end
end

0
modules/auxiliary/scanner/lotus/lotus_domino_login.rb Executable file → Normal file
View File

View File

@ -1,3 +1,7 @@
##
# $Id$
##
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
@ -24,7 +28,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
OptString.new('PATH', [ true, "path", '/']),
] )
])
end
def run_host(ip)