[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/24master
parent
996ff9e974
commit
88913efc34
|
@ -61,7 +61,7 @@ if options[:bypass].nil?
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
option = options[:bypass]
|
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])
|
request = Net::HTTP.post_form(payload, 'cfS' => options[:bypass])
|
||||||
|
|
||||||
response = request.body
|
response = request.body
|
||||||
|
|
Loading…
Reference in New Issue