style compliance fixes
git-svn-id: file:///home/svn/framework3/trunk@10191 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
467861ceb7
commit
eae0261893
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue