Update hatcloud.rb

master
Mateus Lino 2018-05-03 21:04:47 -03:00 committed by GitHub
parent 2f8f99bca3
commit bbd2800473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if options[:bypass].nil?
puts "Insert URL -b or --byp"
else
option = options[:bypass]
payload = URI ("http://www.crimeflare.us:82/cfs.html#box")
payload = URI ("http://www.crimeflare.us:82/cgi-bin/cfsearch.cgi")
request = Net::HTTP.post_form(payload, 'cfS' => options[:bypass])
response = request.body