Update URL for hatcloud.rb

Out URL dident work. Updated URL fixed it.
master
trollmad3 2018-04-13 21:17:03 -06:00 committed by GitHub
parent 6700f99f84
commit 66e39eff7a
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" puts "Insert URL -b or --byp"
else else
option = options[:bypass] option = options[:bypass]
payload = URI ("http://www.crimeflare.org/cgi-bin/cfsearch.cgi") payload = URI ("http://www.crimeflare.us:82/cfs.html#box")
request = Net::HTTP.post_form(payload, 'cfS' => options[:bypass]) request = Net::HTTP.post_form(payload, 'cfS' => options[:bypass])
response = request.body response = request.body