mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-12-22 07:30:32 +00:00
Compare commits
11 Commits
ae3bf58bcc
...
b5bdbf8500
Author | SHA1 | Date | |
---|---|---|---|
|
b5bdbf8500 | ||
|
8b8778db98 | ||
|
f4dc06d1c2 | ||
|
6461f30018 | ||
|
ff08aa325f | ||
|
779912c9fe | ||
|
c579db1c98 | ||
|
457d8b3319 | ||
|
4cb6b9effb | ||
|
52eda6483e | ||
|
73780305e0 |
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
12
tool/cloudflare_gate/README.md
Normal file
12
tool/cloudflare_gate/README.md
Normal 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)
|
||||
|
1564
tool/cloudflare_gate/hosting.txt
Normal file
1564
tool/cloudflare_gate/hosting.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user