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.
2 parents 98c9510 + 9b502b9 commit 6811aebCopy full SHA for 6811aeb
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