4 lines
85 B
Ruby
4 lines
85 B
Ruby
require 'securerandom'
|
|
|
|
File.write("./cookie_eval.#{SecureRandom.hex}", "evaluated")
|