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
/
etc /
joe /
[ HOME SHELL ]
Name
Size
Permission
Action
editorrc
43.38
KB
-rw-r--r--
ftyperc
10.63
KB
-rw-r--r--
jicerc.ru
43.21
KB
-rw-r--r--
jmacsrc
40.86
KB
-rw-r--r--
joerc
43.38
KB
-rw-r--r--
joerc.zh_TW
42.33
KB
-rw-r--r--
jpicorc
34.31
KB
-rw-r--r--
jstarrc
36.44
KB
-rw-r--r--
rjoerc
35.17
KB
-rw-r--r--
shell.csh
1.22
KB
-rw-r--r--
shell.sh
2.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : shell.csh
# Aliases for csh/tcsh in JOE shell window alias joehelp 'echo "clear - erase buffer"; \\ echo "joe - edit file"; \\ echo "math 1+2 - calculator"; \\ echo "pop - dismiss shell"; \\ echo "parse - grep parse the buffer"; \\ echo "parserr - compile parse the buffer"; \\ echo "release - drop parsed messages"; \\ echo "markb - mark beginning of region"; \\ echo "markk - mark end of region"; \\ echo "mark cmd - mark output of command"' alias clear "echo -n \{shell_clear}" alias parse "echo -n \{shell_gparse}" alias parserr "echo -n \{shell_parserr}" alias release "echo -n \{shell_release}" alias markb "echo -n \{shell_markb}" alias markk "echo -n \{shell_markk}" alias mark "echo -n \{shell_markb}; "\!\*"; echo -n \{shell_markk}" alias math "echo -n \{shell_math,"\\\"\!\*\\\"",shell_rtn\\!,shell_typemath}; cat >/dev/null" alias edit "echo -n \{shell_edit,"\\\"\!\*\\\"",shell_rtn}" alias joe "echo -n \{shell_edit,"\\\"\!\*\\\"",shell_rtn}" alias pop "echo -n \{shell_pop}" alias cd "cd "\!\*"; echo -n \{shell_cd,shell_dellin\\!,"\\\""; pwd | tr -d '\n'; echo -n /"\\\"",shell_rtn}" clear echo echo Type joehelp for editor shell commands echo
Close