Files
metasploit-gs/lib/msf/base/sessions/command_shell.rb.ut.rb
T

9 lines
155 B
Ruby
Raw Normal View History

2005-12-17 06:46:23 +00:00
#!/usr/bin/env ruby
require 'test/unit'
require 'msf/base'
class Msf::Sessions::CommandShell::UnitTest < Test::Unit::TestCase
def test_cmdshell
end
2008-10-19 21:03:39 +00:00
end