Update 'tool/irssi_cf_alturl.pl'
This commit is contained in:
parent
e354f02a46
commit
60a884a58d
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
use vars qw($VERSION %IRSSI);
|
use vars qw($VERSION %IRSSI);
|
||||||
|
|
||||||
$VERSION = "20200801";
|
$VERSION = "20201110";
|
||||||
%IRSSI = (
|
%IRSSI = (
|
||||||
|
|
||||||
# Special thanks to: "eo, tsaavik"
|
# Special thanks to: "eo, tsaavik"
|
||||||
|
@ -227,7 +227,7 @@ sub GotUrl {
|
||||||
deb("$target Asking API about $fqdn");
|
deb("$target Asking API about $fqdn");
|
||||||
$answer = '';
|
$answer = '';
|
||||||
$url =
|
$url =
|
||||||
'https://api.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/_/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");
|
||||||
|
|
Loading…
Reference in New Issue