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
6e7de5b6d3
metasploit-framework
/
lib
/
rex
/
logging.rb
4 lines
94 B
Ruby
Raw
Normal View
History
Unescape
Escape
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
#!/usr/bin/env ruby
require
'rex/constants'
# for LEV_'s
Code cleanups git-svn-id: file:///home/svn/framework3/trunk@5773 4d416f70-5f16-0410-b530-b9f4589650da
2008-10-19 21:03:39 +00:00
require
'rex/logging/log_dispatcher'