Skip to content

Commit ff08fed

Browse files
committed
Revert master misfire, back to the firefox module
1 parent 61a024e commit ff08fed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/modules/post/test/unix.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

2-
$:.push "test/lib" unless $:.include? "test/lib"
3-
require 'module_test'
2+
require 'test/lib/module_test'
43

54
#load 'test/lib/module_test.rb'
65
#load 'lib/rex/text.rb'
@@ -16,10 +15,11 @@ class Metasploit4 < Msf::Post
1615

1716
def initialize(info={})
1817
super( update_info( info,
19-
'Name' => 'Testing Remote UNIX System Manipulation',
18+
'Name' => 'Testing remote unix system manipulation',
2019
'Description' => %q{ This module will test Post::File API methods },
2120
'License' => MSF_LICENSE,
2221
'Author' => [ 'egypt'],
22+
'Version' => '$Revision$',
2323
'Platform' => [ 'linux', 'java' ],
2424
'SessionTypes' => [ 'meterpreter', 'shell' ]
2525
))

0 commit comments

Comments
 (0)