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.
1 parent 61a024e commit ff08fedCopy full SHA for ff08fed
test/modules/post/test/unix.rb
@@ -1,6 +1,5 @@
1
2
-$:.push "test/lib" unless $:.include? "test/lib"
3
-require 'module_test'
+require 'test/lib/module_test'
4
5
#load 'test/lib/module_test.rb'
6
#load 'lib/rex/text.rb'
@@ -16,10 +15,11 @@ class Metasploit4 < Msf::Post
16
15
17
def initialize(info={})
18
super( update_info( info,
19
- 'Name' => 'Testing Remote UNIX System Manipulation',
+ '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