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 /
doc /
libxml-grove-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
README
947
B
-rw-r--r--
grove.pl
1.43
KB
-rw-r--r--
my-html.html
957
B
-rw-r--r--
my-html.pl
2.16
KB
-rw-r--r--
test-ids.pl
739
B
-rw-r--r--
test-path.pl
837
B
-rw-r--r--
test-sub.pl
660
B
-rw-r--r--
visitor.pl
1.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test-path.pl
# # Look in Path.pm for path usage # use XML::Parser; use XML::Parser::Grove; use XML::Grove; use XML::Grove::Path; die "usage: test-path.pl XML-FILE [PATH ...]\n" if ($#ARGV == -1); my $doc = shift @ARGV; my $parser = XML::Parser->new(Style => 'grove'); $parser->parsefile ($doc); my $grove = $parser->{Grove}; my $path; foreach $path (@ARGV) { print "$path = " . $grove->at_path($path) . "\n"; } if ($doc =~ /REC-xml-19980210/) { $path = "/spec/header/title/[0]"; print "$path = " . $grove->at_path($path) . "\n"; $path = "/spec/header/pubdate/day/[0]"; print "$path = " . $grove->at_path($path) . "\n"; $path = "/spec/header/pubdate/month/[0]"; print "$path = " . $grove->at_path($path) . "\n"; $path = "/spec/header/pubdate/year/[0]"; print "$path = " . $grove->at_path($path) . "\n"; }
Close