Skip to content

Commit c3f2536

Browse files
author
HD Moore
committed
Make the stager clear in the payload descriptions
1 parent b105a88 commit c3f2536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/payloads/stagers/windows/reverse_winhttp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def self.handler_type_alias
2424
def initialize(info = {})
2525
super(merge_info(info,
2626
'Name' => 'Reverse HTTP Stager (WinHTTP)',
27-
'Description' => 'Tunnel communication over HTTP',
27+
'Description' => 'Tunnel communication over HTTP (WinHTTP)',
2828
'Author' =>
2929
[
3030
'hdm',

modules/payloads/stagers/windows/reverse_winhttps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def self.handler_type_alias
2424
def initialize(info = {})
2525
super(merge_info(info,
2626
'Name' => 'Reverse HTTPS Stager (WinHTTP)',
27-
'Description' => 'Tunnel communication over HTTP using SSL',
27+
'Description' => 'Tunnel communication over HTTP using SSL (WinHTTP)',
2828
'Author' =>
2929
[
3030
'hdm',

0 commit comments

Comments
 (0)