This website requires JavaScript.
Explore
Help
Register
Sign In
infosecn1nja
/
metasploit-framework
mirror of
https://github.com/infosecn1nja/metasploit-framework.git
Watch
1
Star
0
Fork
You've already forked metasploit-framework
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4be0361f69
metasploit-framework
/
lib
/
rex
/
logging.rb
4 lines
94 B
Ruby
Raw
Normal View
History
Unescape
Escape
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround git-svn-id: file:///home/svn/framework3/trunk@12600 4d416f70-5f16-0410-b530-b9f4589650da
2011-05-12 20:03:55 +00:00
#!/usr/bin/env ruby
Make it so you can require meterpreter without having to require rex.rb, steps towards a standalone meterp git-svn-id: file:///home/svn/framework3/trunk@3835 4d416f70-5f16-0410-b530-b9f4589650da
2006-08-21 21:35:03 +00:00
require
'rex/constants'
# for LEV_'s
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround git-svn-id: file:///home/svn/framework3/trunk@12600 4d416f70-5f16-0410-b530-b9f4589650da
2011-05-12 20:03:55 +00:00
require
'rex/logging/log_dispatcher'