Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
vim /
vim91 /
autoload /
dist /
Delete
Unzip
Name
Size
Permission
Date
Action
ft.vim
32.66
KB
-rw-r--r--
2026-07-13 17:17
json.vim
5.47
KB
-rw-r--r--
2026-07-13 17:17
man.vim
6.78
KB
-rw-r--r--
2026-07-13 17:17
script.vim
12.18
KB
-rw-r--r--
2026-07-13 17:17
vim.vim
899
B
-rw-r--r--
2026-07-13 17:17
vim9.vim
534
B
-rw-r--r--
2026-07-13 17:17
vimindent.vim
37.25
KB
-rw-r--r--
2026-07-13 17:17
Save
Rename
vim9script # Vim runtime support library # # Maintainer: The Vim Project <https://github.com/vim/vim> # Last Change: 2023 Oct 25 export def IsSafeExecutable(filetype: string, executable: string): bool var cwd = getcwd() return get(g:, filetype .. '_exec', get(g:, 'plugin_exec', 0)) && (fnamemodify(exepath(executable), ':p:h') !=# cwd || (split($PATH, has('win32') ? ';' : ':')->index(cwd) != -1 && cwd != '.')) enddef # Uncomment this line to check for compilation errors early # defcompile