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 : my-html.html
<!-- Copyright (C) 1997, 1998 Ken MacLeod See the file COPYING for distribution terms. $Id: my-html.html,v 1.1 1998/04/05 17:11:09 ken Exp $ This file can be used with the `my-html.pl' example. --> <HTML> <HEAD> <TITLE>This is the title of my page</TITLE> </HEAD> <BODY> <H1>This is the body of my page.</H1> <P>This page was rendered on <DATE/></P> <P>Perl code can be used to generate any output you want. Here's a list of primes between 1 and 100.</P> <P> <!-- this is a ``CDATA marked section'', the only special characters in a CDATA marked section are the the closing characters `]]>'. And no, they can't be escaped :-( --> <PERL><![CDATA[ @primes = (1); OUTER: for ($ii = 2; $ii <= 100; $ii ++) { for ($jj = 2; $jj < ($ii+1)/2; $jj ++) { next OUTER if (($ii % $jj) == 0); } push (@primes, $ii); } print join (", ", @primes); ]]></PERL></P> </BODY> </HTML>
Close