From bbd280047368c8890a5f062c61e4b064f0383343 Mon Sep 17 00:00:00 2001 From: Mateus Lino Date: Thu, 3 May 2018 21:04:47 -0300 Subject: [PATCH] Update hatcloud.rb --- hatcloud.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatcloud.rb b/hatcloud.rb index 8b2831a..50749bd 100644 --- a/hatcloud.rb +++ b/hatcloud.rb @@ -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