Brotherline AnonSec • Shell
SRV 162.240.68.55 YOU 216.73.217.22 USER tywatomy (1003) 7.4.33 DOMAINS 6 Domains
MySQL cURL WGET Perl Python Sudo
Disabled: exec,passthru,shell_exec,system  •  OS: Linux server.ariapress.org 3.10.0-1160.119.1.el7.tuxcare.els22.x86_64 #1 SMP Mon Aug 18 06:07:12 UTC 2025 x86_64  •  Webserver: Apache
/home/tywatomy/public_html/en-ariapress-org/anon_sym/anon/scripts/isdedicatedip
#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/isdedicatedip                   Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

use strict;
use warnings;
use Cpanel::DIp::IsDedicated ();

my $res = ( Cpanel::DIp::IsDedicated::isdedicatedip( $ARGV[0] ) );
if ($res) {
    print "$ARGV[0] is a dedicated IP\n";
}
else {
    print "$ARGV[0] is NOT a dedicated IP\n";
}
Anon7 — 2022  •  AnonSec Team