Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
perl-Geo-IP /
example /
[ HOME SHELL ]
Name
Size
Permission
Action
benchmark.pl
1.77
KB
-rw-r--r--
city.pl
677
B
-rw-r--r--
country_v6.pl
443
B
-rw-r--r--
geolite-mirror-simple.pl
1.71
KB
-rw-r--r--
netspeed.pl
483
B
-rw-r--r--
netspeedcell.pl
201
B
-rw-r--r--
org.pl
642
B
-rw-r--r--
region.pl
381
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : country_v6.pl
#!/usr/bin/perl use strict; use warnings; use Geo::IP; my $gi = Geo::IP->open( "/usr/local/share/GeoIP/GeoIPv6.dat", GEOIP_STANDARD ); die "Please install the CAPI for IPv6 support\n" unless $gi->api eq 'CAPI'; while (<DATA>) { chomp; my ($cc) = $gi->country_code_by_addr_v6($_) || ''; print join( "\t", $_, $cc ) . "\n"; } __DATA__ ::24.24.24.24 2001:4860:0:1001::68 2002:1818:1818:: 2001:638:500:101:2e0:81ff:fe24:37c6
Close