File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module Metasploit3
15
15
def initialize ( info = { } )
16
16
super ( merge_info ( info ,
17
17
'Name' => 'Python Bind TCP Stager' ,
18
- 'Description' => 'Python connect stager ' ,
18
+ 'Description' => 'Listen for a connection ' ,
19
19
'Author' => 'Spencer McIntyre' ,
20
20
'License' => MSF_LICENSE ,
21
21
'Platform' => 'python' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module Metasploit3
15
15
def initialize ( info = { } )
16
16
super ( merge_info ( info ,
17
17
'Name' => 'Python Reverse TCP Stager' ,
18
- 'Description' => 'Reverse Python connect back stager ' ,
18
+ 'Description' => 'Connect back to the attacker ' ,
19
19
'Author' => 'Spencer McIntyre' ,
20
20
'License' => MSF_LICENSE ,
21
21
'Platform' => 'python' ,
Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ module Metasploit3
14
14
def initialize ( info = { } )
15
15
super ( update_info ( info ,
16
16
'Name' => 'Python Meterpreter' ,
17
- 'Description' => 'Run a meterpreter server in Python' ,
18
- 'Author' => [ 'Spencer McIntyre' ] ,
17
+ 'Description' => %q{
18
+ Run a meterpreter server in Python. Supported Python versions
19
+ are 2.5 - 2.7 and 3.1 - 3.4.
20
+ } ,
21
+ 'Author' => 'Spencer McIntyre' ,
19
22
'Platform' => 'python' ,
20
23
'Arch' => ARCH_PYTHON ,
21
24
'License' => MSF_LICENSE ,
You can’t perform that action at this time.
0 commit comments