11 lines
181 B
Ruby
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
|