Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
laragon /
bin /
git /
usr /
share /
vim /
vim82 /
tools /
[ HOME SHELL ]
Name
Size
Permission
Action
README.txt
1.11
KB
-rw-rw-rw-
ccfilter.1
2.17
KB
-rw-rw-rw-
ccfilter_README.txt
3.16
KB
-rw-rw-rw-
demoserver.py
3.26
KB
-rw-rw-rw-
efm_filter.pl
978
B
-rw-rw-rw-
efm_filter.txt
1.09
KB
-rw-rw-rw-
efm_perl.pl
3.65
KB
-rw-rw-rw-
emoji_list.vim
411
B
-rw-rw-rw-
mve.awk
484
B
-rw-rw-rw-
mve.txt
579
B
-rw-rw-rw-
pltags.pl
8.23
KB
-rw-rw-rw-
ref
137
B
-rw-rw-rw-
shtags.1
1.99
KB
-rw-rw-rw-
shtags.pl
3.27
KB
-rw-rw-rw-
unicode.vim
12.17
KB
-rw-rw-rw-
vim132
315
B
-rw-rw-rw-
vim_vs_net.cmd
798
B
-rwxrwxrwx
vimm
188
B
-rw-rw-rw-
vimspell.sh
1.43
KB
-rw-rw-rw-
vimspell.txt
819
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : vimspell.txt
vimspell.sh =========== This is a simple script to spell check a file and generate the syntax statements necessary to highlight the errors in vim. It is based on a similar program by Krishna Gadepalli <krishna@stdavids.picker.com>. To use this script, first place it in a directory in your path. Next, you should add some convenient key mappings. I use the following (in .vimrc): noremap <F8> :so `vimspell.sh %`<CR><CR> noremap <F7> :syntax clear SpellErrors<CR> This program requires the old Unix "spell" command. On my Debian system, "spell" is a wrapper around "ispell". For better security, you should uncomment the line in the script that uses "tempfile" to create a temporary file. As all systems don't have "tempfile" the insecure "pid method" is used. Neil Schemenauer <nascheme@ucalgary.ca>
Close