aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0NA8_Fz <j0na8_fz@noreply.codeberg.org>2020-05-19 11:01:55 +0200
committerJ0NA8_Fz <j0na8_fz@noreply.codeberg.org>2020-05-19 11:01:55 +0200
commit9664160253e7da579bcbdf2a6b04cfafbd08fa6f (patch)
tree0ebc093cbb772359539e0c45341edba1981775b9
parent7e171243ce282187fb70eeda0c0626f36c29b960 (diff)
downloadcloudflare-tor-9664160253e7da579bcbdf2a6b04cfafbd08fa6f.tar.lz
cloudflare-tor-9664160253e7da579bcbdf2a6b04cfafbd08fa6f.tar.xz
cloudflare-tor-9664160253e7da579bcbdf2a6b04cfafbd08fa6f.zip
Update 'tool/irssi_cf_alturl.pl'
-rw-r--r--tool/irssi_cf_alturl.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/tool/irssi_cf_alturl.pl b/tool/irssi_cf_alturl.pl
index 07dd8449..c34e9867 100644
--- a/tool/irssi_cf_alturl.pl
+++ b/tool/irssi_cf_alturl.pl
@@ -24,7 +24,7 @@
use vars qw($VERSION %IRSSI);
-$VERSION = "20190706";
+$VERSION = "20200501";
%IRSSI = (
# Special thanks to: "eo, tsaavik"
@@ -227,10 +227,10 @@ sub GotUrl {
deb("$target Asking API about $fqdn");
$answer = '';
$url =
- 'https://api.searxes.eu.org/_/ismitm.php?f='
+ 'https://api.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/_/ismitm.php?f='
. $fqdn;
$browser = LWP::UserAgent->new;
- $browser->agent("Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0");
+ $browser->agent("Mozilla/5.0 (Windows NT 6.1; rv:78.0) Gecko/20100101 Firefox/78.0");
$response = $browser->get($url);
$answer = $response->content;
if ( $answer eq '[true,true]' ) {
@@ -246,14 +246,14 @@ sub GotUrl {
if ( length($myurl) > $cfg_minurllen ) {
if ( $cfg_shortonion == 1 ) {
deb("$target Creating Short Onion for $myurl");
- $url = 'https://url.danwin1210.me/?i=new&url=' . $myurl;
+ $url = 'http://hbfkuwcbzhcht33fetbiajuh7i6gqupgnyupxcmujiky34drzmpajrid.onion/?i=new&url=' . $myurl;
$browser = LWP::UserAgent->new;
- $browser->agent("Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0");
+ $browser->agent("Mozilla/5.0 (Windows NT 6.1; rv:78.0) Gecko/20100101 Firefox/78.0");
$response = $browser->get($url);
$answer = $response->content;
if (
index( $answer,
- 'http://dt2tq5y2ccowebjo.onion/?' ) == 0
+ 'http://hbfkuwcbzhcht33fetbiajuh7i6gqupgnyupxcmujiky34drzmpajrid.onion/?' ) == 0
)
{
if ( $mytype eq '' ) {