metasploit-framework/lib/msf/base/sessions/command_shell.rb.ut.rb

11 lines
181 B
Ruby

#!/usr/bin/env ruby
# -*- coding: binary -*-
require 'test/unit'
require 'msf/base'
class Msf::Sessions::CommandShell::UnitTest < Test::Unit::TestCase
def test_cmdshell
end
end