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
8191fac90f
metasploit-framework
/
lib
/
rex
/
script
/
shell.rb
11 lines
84 B
Ruby
Raw
Normal View
History
Unescape
Escape
Mark all libraries as defaulting to 8-bit strings
2012-06-29 05:18:28 +00:00
# -*- coding: binary -*-
Stuff meterpreter scripts into a dedicated object git-svn-id: file:///home/svn/framework3/trunk@8603 4d416f70-5f16-0410-b530-b9f4589650da
2010-02-23 17:59:35 +00:00
module
Rex
module
Script
Switch shell to a base class, allow the base class to use a null sink for output when no user_output is set. git-svn-id: file:///home/svn/framework3/trunk@8630 4d416f70-5f16-0410-b530-b9f4589650da
2010-02-24 23:07:08 +00:00
class
Shell
<
Base
Stuff meterpreter scripts into a dedicated object git-svn-id: file:///home/svn/framework3/trunk@8603 4d416f70-5f16-0410-b530-b9f4589650da
2010-02-23 17:59:35 +00:00
end
end
end
Switch shell to a base class, allow the base class to use a null sink for output when no user_output is set. git-svn-id: file:///home/svn/framework3/trunk@8630 4d416f70-5f16-0410-b530-b9f4589650da
2010-02-24 23:07:08 +00:00