style compliance fixes

git-svn-id: file:///home/svn/framework3/trunk@10191 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-08-30 20:41:22 +00:00
parent 467861ceb7
commit eae0261893
1 changed files with 4 additions and 4 deletions

View File

@ -217,7 +217,7 @@ class Metasploit3 < Msf::Auxiliary
print_status("Running Brute Force against Domain #{target}")
arr = []
i, a = 0, []
::File.open(wordlist, "r").each_line do |line|
::File.open(wordlist, "rb").each_line do |line|
if not nssrv.nil?
@res.nameserver=(nssrv)
end