File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/payloads/stagers/windows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def self.handler_type_alias
24
24
def initialize ( info = { } )
25
25
super ( merge_info ( info ,
26
26
'Name' => 'Reverse HTTP Stager (WinHTTP)' ,
27
- 'Description' => 'Tunnel communication over HTTP' ,
27
+ 'Description' => 'Tunnel communication over HTTP (WinHTTP) ' ,
28
28
'Author' =>
29
29
[
30
30
'hdm' ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def self.handler_type_alias
24
24
def initialize ( info = { } )
25
25
super ( merge_info ( info ,
26
26
'Name' => 'Reverse HTTPS Stager (WinHTTP)' ,
27
- 'Description' => 'Tunnel communication over HTTP using SSL' ,
27
+ 'Description' => 'Tunnel communication over HTTP using SSL (WinHTTP) ' ,
28
28
'Author' =>
29
29
[
30
30
'hdm' ,
You can’t perform that action at this time.
0 commit comments