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-writer-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
data-mode-sample.pl
535
B
-rwxr-xr-x
directory-as-atom.pl
3.39
KB
-rwxr-xr-x
double-escaping-example.pl
394
B
-rwxr-xr-x
namespace-prefixes.pl
1.36
KB
-rwxr-xr-x
simple-xml.pl
440
B
-rwxr-xr-x
writing-unicode.pl
321
B
-rwxr-xr-x
xml-writer-string.pl
258
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : double-escaping-example.pl
#!/usr/bin/perl -w # Demonstrate that ampersands are double-escaped # Even if your text looks like already-escaped XML, it will be escaped # again to make sure that the same text arrives at the other end. use strict; use XML::Writer; my $w = XML::Writer->new(); $w->startTag('doc'); $w->characters('In HTML and XML, an ampersand must be escaped as &'); $w->endTag('doc'); $w->end();
Close