[framework] LogLevel in msf3
Kashif Iftikhar
a10n3.s7r1k3r at gmail.com
Sun Mar 25 05:55:29 CDT 2007
Hi,
I have been trying to get LogLevel to work on msf3 but it doesn't
seem to provide any extra output. Can anyone shed light on how
LogLevel works? There is no additional output or less output for
LogLevel setting 0-3. I can't find it creating any log file either. is
LogLevel a feature that is to be used in msf3 later? I couldn't find
many references to LogLevel in msf3 source either.
> grep -r "LogLevel" *
data/msfweb/config/.svn/text-base/environment.rb.svn-base:$msfweb
= Msf::Ui::Web::Driver.new({'LogLevel' => 5})
data/msfweb/config/environment.rb:$msfweb =
Msf::Ui::Web::Driver.new({'LogLevel' => 5})
documentation/.svn/text-base/users_guide.tex.svn-base: \subsection{LogLevel}
Binary file documentation/.svn/text-base/users_guide.pdf.svn-base matches
Binary file documentation/users_guide.pdf matches
documentation/users_guide.tex: \subsection{LogLevel}
lib/msf/ui/web/.svn/text-base/driver.rb.svn-base: level
= (opts['LogLevel'] || 0).to_i
lib/msf/ui/web/driver.rb: level = (opts['LogLevel'] || 0).to_i
lib/msf/ui/gtk2/.svn/text-base/driver.rb.svn-base: level
= (opts['LogLevel'] || 0).to_i
lib/msf/ui/gtk2/driver.rb: level = (opts['LogLevel'] || 0).to_i
msfgui: opts['LogLevel'] = val
msfweb: opts['LogLevel'] = val
Any clues?
- Kashif.
More information about the framework
mailing list