We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c59519 commit 9b502b9Copy full SHA for 9b502b9
lib/msf/core/handler/reverse_http/stageless.rb
@@ -27,7 +27,7 @@ def initialize_stageless
27
end
28
29
def generate_stageless(&block)
30
- url = "https://#{datastore['LHOST']}:#{datastore['LPORT']}" + generate_uri_uuid_mode(:connect)
+ url = "https://#{datastore['LHOST']}:#{datastore['LPORT']}#{generate_uri_uuid_mode(:connect)}/"
31
32
unless block_given?
33
raise ArgumentError, "Stageless generation requires a block argument"
0 commit comments