Skip to content

Commit 4da6145

Browse files
committed
fix luri
1 parent 72a20ce commit 4da6145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/payload/android/reverse_http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def transport_config(opts={})
2626
end
2727

2828
def generate_config(opts={})
29-
opts[:uri] ||= generate_uri(opts)
29+
opts[:uri] ||= luri + generate_uri(opts)
3030
super(opts)
3131
end
3232

0 commit comments

Comments
 (0)