This website requires JavaScript.
Explore
Help
Sign In
adam
/
metasploit-gs
Watch
1
Star
0
Fork
0
You've already forked metasploit-gs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f8a94de6710abe3042a26a9dca38dcccff2c93be
metasploit-gs
/
lib
/
rex
/
script
/
shell.rb
T
11 lines
84 B
Ruby
Raw
Normal View
History
Unescape
Escape
Mark all libraries as defaulting to 8-bit strings
2012-06-29 00:18:28 -05:00
# -*- coding: binary -*-
Stuff meterpreter scripts into a dedicated object
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.
2010-02-24 23:07:08 +00:00
class
Shell
<
Base
Stuff meterpreter scripts into a dedicated object
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.
2010-02-24 23:07:08 +00:00
Reference in New Issue
Copy Permalink