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 : slrline.rc
% -*- slang -*- % This is a site-wide slang readline init file. If $HOME/.slrlinerc % does not exist, then this file will get loaded. autoload ("require", "require"); autoload ("rline_call_editor", "rline/editor"); autoload ("rline_edit_line", "rline/editor"); % Load the completion hooks require ("rline/complete"); % This defines the Rline_History_File variable and exports the rline % history functions. require ("rline/history"); % The default bindings are emacs-like bindings require ("rline/emacskeys"); %RLine_History_File = "$HOME/.${name}_hist"; define rline_open_hook (name) { if (RLine_History_File != NULL) rline_load_history (_$(RLine_History_File)); } define rline_close_hook (name) { if (RLine_History_File != NULL) rline_save_history (_$(RLine_History_File)); }
Close