Skip to content

Commit

Permalink
Tweak the Python single payload descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
smcintyre-r7 committed Nov 20, 2020
1 parent 14048fc commit 6bdc7a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/payloads/singles/python/shell_bind_tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module MetasploitModule
def initialize(info = {})
super(merge_info(info,
'Name' => 'Command Shell, Bind TCP (via python)',
'Description' => 'Creates an interactive shell via python, encodes with base64 by design. Compatible with Python 2.4-2.7 and 3.4+',
'Description' => 'Creates an interactive shell via Python, encodes with base64 by design. Compatible with Python 2.4-2.7 and 3.4+.',
'Author' => 'mumbai',
'License' => MSF_LICENSE,
'Platform' => 'python',
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/python/shell_reverse_tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module MetasploitModule
def initialize(info = {})
super(merge_info(info,
'Name' => 'Command Shell, Reverse TCP (via python)',
'Description' => 'Creates an interactive shell via python, encodes with base64 by design. Compatible with Python 2.4-2.7 and 3.4+',
'Description' => 'Creates an interactive shell via Python, encodes with base64 by design. Compatible with Python 2.4-2.7 and 3.4+.',
'Author' => 'Ben Campbell', # Based on RageLtMan's reverse_ssl
'License' => MSF_LICENSE,
'Platform' => 'python',
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/python/shell_reverse_tcp_ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module MetasploitModule
def initialize(info = {})
super(merge_info(info,
'Name' => 'Command Shell, Reverse TCP SSL (via python)',
'Description' => 'Creates an interactive shell via python, uses SSL, encodes with base64 by design. Compatible with Python 2.6-2.7 and 3.4+',
'Description' => 'Creates an interactive shell via Python, uses SSL, encodes with base64 by design. Compatible with Python 2.6-2.7 and 3.4+.',
'Author' => 'RageLtMan <rageltman[at]sempervictus>',
'License' => BSD_LICENSE,
'Platform' => 'python',
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/python/shell_reverse_udp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module MetasploitModule
def initialize(info = {})
super(merge_info(info,
'Name' => 'Command Shell, Reverse UDP (via python)',
'Description' => 'Creates an interactive shell via python, encodes with base64 by design. Compatible with Python 2.3.3',
'Description' => 'Creates an interactive shell via Python, encodes with base64 by design. Compatible with Python 2.6-2.7 and 3.4+.',
'Author' => 'RageLtMan <rageltman[at]sempervictus>',
'License' => MSF_LICENSE,
'Platform' => 'python',
Expand Down

0 comments on commit 6bdc7a1

Please sign in to comment.