We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81ad280 + ae848cf commit 61a024eCopy full SHA for 61a024e
test/modules/post/test/unix.rb
@@ -1,5 +1,6 @@
1
2
-require 'test/lib/module_test'
+$:.push "test/lib" unless $:.include? "test/lib"
3
+require 'module_test'
4
5
#load 'test/lib/module_test.rb'
6
#load 'lib/rex/text.rb'
@@ -15,11 +16,10 @@ class Metasploit4 < Msf::Post
15
16
17
def initialize(info={})
18
super( update_info( info,
- 'Name' => 'Testing remote unix system manipulation',
19
+ 'Name' => 'Testing Remote UNIX System Manipulation',
20
'Description' => %q{ This module will test Post::File API methods },
21
'License' => MSF_LICENSE,
22
'Author' => [ 'egypt'],
- 'Version' => '$Revision$',
23
'Platform' => [ 'linux', 'java' ],
24
'SessionTypes' => [ 'meterpreter', 'shell' ]
25
))
0 commit comments