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 /
slsh /
rline /
[ HOME SHELL ]
Name
Size
Permission
Action
complete.sl
4.29
KB
-rw-r--r--
editfuns.sl
2.62
KB
-rw-r--r--
editor.sl
2.3
KB
-rw-r--r--
emacskeys.sl
1.86
KB
-rw-r--r--
history.sl
1.57
KB
-rw-r--r--
histsrch.sl
1.95
KB
-rw-r--r--
slrline.rc
803
B
-rw-r--r--
vikeys.sl
4.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : emacskeys.sl
% A simple emacs-emulation for SLrline require ("rline/complete"); require ("rline/editfuns"); rline_unsetkey ("^@"); foreach $1 ([1:255]) { $2 = char (-$1); % byte-semantics rline_unsetkey ($2); rline_setkey ("self_insert", $2); } rline_setkey ("bdel", "^?"); rline_setkey ("bol", "^A"); rline_setkey ("left", "^B"); rline_setkey ("kbd_quit", "^C"); rline_setkey ("del", "^D"); rline_setkey ("eol", "^E"); rline_setkey ("right", "^F"); rline_setkey ("kbd_quit", "^G"); rline_setkey ("bdel", "^H"); rline_setkey ("enter", "\n"); rline_setkey (&rline_kill_eol, "^K"); rline_setkey ("redraw", "^L"); rline_setkey ("enter", "\r"); rline_setkey ("down", "^N"); rline_setkey ("up", "^P"); rline_setkey ("quoted_insert", "^Q"); rline_setkey (&rline_kill_bol, "^U"); rline_setkey (&rline_kill_region, "^W"); rline_setkey (&rline_yank, "^Y"); rline_setkey ("trim", "\e\\"); rline_setkey (&rline_bskip_word, "\eb"); rline_setkey (&rline_skip_word, "\ef"); rline_setkey (&rline_copy_region, "\ew"); rline_setkey ("complete", "\t"); #ifdef UNIX VMS rline_setkey (&rline_set_mark, "^@"); rline_setkey ("up", "\e[A"); rline_setkey ("down", "\e[B"); rline_setkey ("right", "\e[C"); rline_setkey ("left", "\e[D"); rline_setkey ("up", "\eOA"); rline_setkey ("down", "\eOB"); rline_setkey ("right", "\eOC"); rline_setkey ("left", "\eOD"); #else rline_setkey (&rline_set_mark, "^@^C"); rline_setkey ("up", "^@H"); rline_setkey ("down", "^@P"); rline_setkey ("right", "^@M"); rline_setkey ("left", "^@K"); rline_setkey ("del", "^@S"); rline_setkey ("eol", "^@O"); rline_setkey ("bol", "^@G"); rline_setkey ("up", "\xE0H"); rline_setkey ("down", "\xE0P"); rline_setkey ("right", "\xE0M"); rline_setkey ("left", "\xE0K"); rline_setkey ("del", "\xE0S"); rline_setkey ("eol", "\xE0O"); rline_setkey ("bol", "\xE0G"); #endif
Close