Compare commits

...

12 Commits

Author SHA1 Message Date
Renee Main b5bdbf8500 cloudflare_9.json 2021-03-20 02:07:31 +01:00
Alex Ta 8b8778db98 cloudflare_9.txt 2021-03-20 02:06:17 +01:00
Xiaojin Liu f4dc06d1c2 attd.json 2021-03-20 01:47:35 +01:00
Laurie Zapinski 6461f30018 attd.txt 2021-03-20 01:46:31 +01:00
Mark Pashmfouroush ff08aa325f irssi_cf_alturl.pl 2021-03-20 01:09:11 +01:00
codebergcrimeflare 779912c9fe PR
PR
2021-03-20 01:03:41 +01:00
garret8 c579db1c98 Update 'tool/cloudflare_gate/README.md' 2021-03-20 00:57:59 +01:00
garret8 457d8b3319 Add 'tool/cloudflare_gate/hosting.txt' 2021-03-20 00:56:52 +01:00
garret8 4cb6b9effb Add 'tool/cloudflare_gate/README.md' 2021-03-20 00:56:29 +01:00
Junade Ali 52eda6483e PEOPLE.md 2021-03-20 00:03:46 +01:00
Malcolm Bouza 73780305e0 PEOPLE.md 2021-03-19 23:49:04 +01:00
Robert Dinh ae3bf58bcc PEOPLE.md 2021-03-19 18:43:52 +01:00
8 changed files with 9832 additions and 677 deletions

1987
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

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