Update reverse_http.rb

Fixing a typo
This commit is contained in:
Nils Putnins
2021-04-21 19:47:18 +03:00
committed by GitHub
parent 3a945d55a9
commit faae3ff40e
@@ -13,7 +13,7 @@ module MetasploitModule
def initialize(info = {})
super(merge_info(info,
'Name' => 'Reverse HTTP Stager (Mulitple Architectures)',
'Name' => 'Reverse HTTP Stager (Multiple Architectures)',
'Description' => 'Tunnel communication over HTTP',
'Author' => 'OJ Reeves',
'License' => MSF_LICENSE,