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 /
cmder /
vendor /
clink /
[ HOME SHELL ]
Name
Size
Permission
Action
.cmderver
18
B
-rw-rw-rw-
CHANGES
92.76
KB
-rw-rw-rw-
LICENSE
34.98
KB
-rw-rw-rw-
clink.bat
1.19
KB
-rwxrwxrwx
clink.html
441.13
KB
-rw-rw-rw-
clink.lua
247
B
-rw-rw-rw-
clink_dll_x64.dll
1.44
MB
-rw-rw-rw-
clink_dll_x86.dll
1.18
MB
-rw-rw-rw-
clink_x64.exe
4.5
KB
-rwxrwxrwx
clink_x86.exe
4
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : clink.bat
:: Copyright (c) 2012 Martin Ridgers :: License: http://opensource.org/licenses/MIT @echo off set clink_profile_arg= set clink_quiet_arg= :: Mimic cmd.exe's behaviour when starting from the start menu. if /i "%1"=="startmenu" ( cd /d "%userprofile%" shift /1 ) :: Check for the --profile option. if /i "%1"=="--profile" ( set clink_profile_arg=--profile "%~2" shift /1 shift /1 ) :: Check for the --quiet option. if /i "%1"=="--quiet" ( set clink_quiet_arg= --quiet shift /1 ) :: If the .bat is run without any arguments, then start a cmd.exe instance. if "%1"=="" ( call :launch goto :end ) :: Pass through to appropriate loader. if /i "%processor_architecture%"=="x86" ( "%~dp0\clink_x86.exe" %* ) else if /i "%processor_architecture%"=="amd64" ( if defined processor_architew6432 ( "%~dp0\clink_x86.exe" %* ) else ( "%~dp0\clink_x64.exe" %* ) ) :end set clink_profile_arg= set clink_quiet_arg= goto :eof :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :launch start "Clink" cmd.exe /s /k ""%~dpnx0" inject %clink_profile_arg%%clink_quiet_arg%" exit /b 0
Close