[Fix] Crimeflare URL

Fix for `open_http: 404 Not Found (OpenURI::HTTPError)`

https://github.com/HatBashBR/HatCloud/issues/26
https://github.com/HatBashBR/HatCloud/issues/24
master
Raphael 2018-11-27 15:25:51 +01:00 committed by GitHub
parent 996ff9e974
commit 88913efc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if options[:bypass].nil?
else
begin
option = options[:bypass]
payload = URI ("http://www.crimeflare.us:82/cgi-bin/cfsearch.cgi")
payload = URI ("http://www.crimeflare.org:82/cgi-bin/cfsearch.cgi")
request = Net::HTTP.post_form(payload, 'cfS' => options[:bypass])
response = request.body