Linux server123.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.126.127 | : 216.73.216.135
Cant Read [ /etc/named.conf ]
?8.4.14
ezdajrnh
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
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
CGI /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
Cookie
[ DIR ]
drwxr-xr-x
?;
Html3
[ DIR ]
drwxr-xr-x
?;
Html4
[ DIR ]
drwxr-xr-x
?;
Html4Fr
[ DIR ]
drwxr-xr-x
?;
Html4Tr
[ DIR ]
drwxr-xr-x
?;
HtmlExtension
[ DIR ]
drwxr-xr-x
?;
QueryExtension
[ DIR ]
drwxr-xr-x
?;
Session
[ DIR ]
drwxr-xr-x
?;
TagMaker
[ DIR ]
drwxr-xr-x
cdesc-CGI.yaml
12.56
KB
-rw-r--r--
cookie-c.yaml
229
B
-rw-r--r--
env_table-i.yaml
170
B
-rw-r--r--
error-c.yaml
235
B
-rw-r--r--
escape-c.yaml
220
B
-rw-r--r--
escapeElement-c.yaml
1.08
KB
-rw-r--r--
escapeHTML-c.yaml
460
B
-rw-r--r--
header-c.yaml
231
B
-rw-r--r--
header-i.yaml
4.86
KB
-rw-r--r--
message-c.yaml
287
B
-rw-r--r--
new-c.yaml
1.3
KB
-rw-r--r--
out-i.yaml
2.05
KB
-rw-r--r--
parse-c.yaml
520
B
-rw-r--r--
pretty-c.yaml
823
B
-rw-r--r--
print-c.yaml
262
B
-rw-r--r--
print-i.yaml
395
B
-rw-r--r--
read_from_cmdline-i.yaml
276
B
-rw-r--r--
rfc1123_date-c.yaml
240
B
-rw-r--r--
stdinput-i.yaml
168
B
-rw-r--r--
stdoutput-i.yaml
170
B
-rw-r--r--
tag-c.yaml
355
B
-rw-r--r--
unescape-c.yaml
227
B
-rw-r--r--
unescapeElement-c.yaml
782
B
-rw-r--r--
unescapeHTML-c.yaml
462
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : escapeElement-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Escape only the tags of certain HTML elements in <tt>string</tt>. - !ruby/struct:SM::Flow::P body: Takes an element or elements or array of elements. Each element is specified by the name of the element, without angle brackets. This matches both the start and the end tag of that element. The attribute list of the open tag will also be escaped (for instance, the double-quotes surrounding attribute values). - !ruby/struct:SM::Flow::VERB body: " print CGI::escapeElement('<BR><A HREF="url"></A>', "A", "IMG")\n # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"\n\n print CGI::escapeElement('<BR><A HREF="url"></A>', ["A", "IMG"])\n # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"\n" full_name: CGI::escapeElement is_singleton: true name: escapeElement params: (string, *elements) visibility: public
Close