fix a typo. see #2578
git-svn-id: file:///home/svn/framework3/trunk@10680 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4abfbfe4ca
commit
1384ba6620
|
@ -58,7 +58,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
print_status("\tLogging of queries and logins: OFF")
|
||||
else
|
||||
print_status("\tLogging of queries and logins: ON")
|
||||
print_status("\tLog Files Location: #{varm["log_bin"]}")
|
||||
print_status("\tLog Files Location: #{vparm["log_bin"]}")
|
||||
end
|
||||
print_status("\tOld Password Hashing Algorithm #{vparm["old_passwords"]}")
|
||||
print_status("\tLoading of local files: #{vparm["local_infile"]}")
|
||||
|
|
Loading…
Reference in New Issue