0
0
mirror of https://codeberg.org/crimeflare/cloudflare-tor synced 2024-12-23 08:00:35 +00:00

Compare commits

..

No commits in common. "b5bdbf8500794c79a1a58567315df0709e19620a" and "ae3bf58bccd7809238c6ba7ff6a93348773550ad" have entirely different histories.

8 changed files with 677 additions and 9830 deletions

1985
PEOPLE.md

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
# Cloudflare Gate
About
- Challenge unknown IP or known IP before allowing the request
- No stupid captcha, just time lock
Content
- index.php: gatekeeper
- hosting.txt: Known hosting/VPS providers (CIDR format)

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
use vars qw($VERSION %IRSSI); use vars qw($VERSION %IRSSI);
$VERSION = "20210301"; $VERSION = "20201110";
%IRSSI = ( %IRSSI = (
# Special thanks to: "eo, tsaavik" # Special thanks to: "eo, tsaavik"
@ -58,8 +58,7 @@ sub setuphandler {
Irssi::settings_add_bool( "cflarealt", "cflarealt_shorturl_activate", 0 ); Irssi::settings_add_bool( "cflarealt", "cflarealt_shorturl_activate", 0 );
if ( Irssi::settings_get_bool("cflarealt_shorturl_activate") ) { if ( Irssi::settings_get_bool("cflarealt_shorturl_activate") ) {
print "cflarealt: URL shortner enabled"; print "cflarealt: URL shortner enabled";
##$cfg_useshort = 1; $cfg_useshort = 1;
print "(disabled - onion down)";
} }
Irssi::settings_add_bool( "cflarealt", "cflarealt_shorturl_useonion", 0 ); Irssi::settings_add_bool( "cflarealt", "cflarealt_shorturl_useonion", 0 );
@ -228,7 +227,7 @@ sub GotUrl {
deb("$target Asking API about $fqdn"); deb("$target Asking API about $fqdn");
$answer = ''; $answer = '';
$url = $url =
'https://api.sercxi.eu.org/_/ismitm.php?f=' 'https://api.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/_/ismitm.php?f='
. $fqdn; . $fqdn;
$browser = LWP::UserAgent->new; $browser = LWP::UserAgent->new;
$browser->agent("Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"); $browser->agent("Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0");