Skip to content

Commit 69b8edd

Browse files
committed
Use single quotes
1 parent 16daa93 commit 69b8edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/apple_safari_ftp_url_cookie_theft.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def on_client_command_retr(c, arg)
143143
return
144144
end
145145

146-
print_status("Connection for file transfer accepted")
146+
print_status('Connection for file transfer accepted')
147147
c.put("150 Connection accepted\r\n")
148148

149149
# Send out payload

0 commit comments

Comments
 (0)