Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els11.x86_64 #1 SMP Sun Nov 3 09:06:59 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.226.222.132
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
perl-Test-Harness-3.28 /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
harness-hook
[ DIR ]
drwxr-xr-x
t
[ DIR ]
drwxr-xr-x
README
2.1
KB
-rw-r--r--
analyze_tests.pl
2.04
KB
-rw-r--r--
my_exec
387
B
-rwxr-xr-x
silent-harness.pl
367
B
-rw-r--r--
test_urls.txt
45
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : silent-harness.pl
#!/usr/bin/perl # # Run some tests and get back a data structure describing them. use strict; use warnings; use TAP::Harness; use Data::Dumper; my @tests = glob 't/yaml*.t'; my $harness = TAP::Harness->new( { verbosity => -9, lib => ['blib/lib'] } ); # $aggregate is a TAP::Parser::Aggregator my $aggregate = $harness->runtests(@tests); print Dumper($aggregate);
Close