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 : city.pl
#!/usr/bin/perl use strict; use warnings; use autodie; use Geo::IP; my $gi = Geo::IP->open( '/usr/local/share/GeoIP/GeoIPCity.dat', GEOIP_STANDARD ); while ( my $host = <DATA> ) { chomp $host; my $r = $gi->record_by_name($host); if ($r) { print join( "\t", $r->country_code, $r->country_name, $r->city, $r->region, $r->region_name, $r->postal_code, $r->latitude, $r->longitude, $r->metro_code, $r->area_code ) . "\n"; } else { print "UNDEF\n"; } } __DATA__ 12.10.1.4 0.0.0.0 66.108.94.158 yahoo.com amazon.com 4.2.144.64 24.24.24.24 80.24.24.24
Close