mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-05 17:02:39 +00:00
Update 'tool/irssi_cf_alturl.pl'
This commit is contained in:
parent
65506e84f7
commit
07285377b8
@ -132,8 +132,7 @@ sub GotUrl {
|
|||||||
else {
|
else {
|
||||||
deb("$target Asking API about $fqdn");
|
deb("$target Asking API about $fqdn");
|
||||||
$answer = '';
|
$answer = '';
|
||||||
$url = 'https://searxes.danwin1210.me/collab/open/ismitm.php?f='
|
$url = 'https://searxes.danwin1210.me/collab/open/ismitm.php?f='.$fqdn;
|
||||||
. $fqdn;
|
|
||||||
$browser = LWP::UserAgent->new;
|
$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:60.0) Gecko/20100101 Firefox/60.0");
|
||||||
$response = $browser->get($url);
|
$response = $browser->get($url);
|
||||||
@ -173,6 +172,7 @@ sub GotUrl {
|
|||||||
deb("$target process done for input $myurl");
|
deb("$target process done for input $myurl");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
## Cleanup cache
|
||||||
if ( $#cached > 500 ) {
|
if ( $#cached > 500 ) {
|
||||||
@cached = ();
|
@cached = ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user