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
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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments