One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
laragon
/
bin
/
cmder
/
vendor
/
bin
/
View File Name :
cmder_diag.sh
#!/usr/bin/env bash [[ -f "$TEMP/cmder_diag_sh.log" ]] && rm -f "$TEMP/cmder_diag_sh.log" (echo '' echo ------------------------------------ echo env echo ------------------------------------ env 2>&1 echo '' echo ------------------------------------ echo which git echo ------------------------------------ which git 2>&1 echo '' echo ------------------------------------ echo which clink echo ------------------------------------ which clink 2>&1 echo '' echo ------------------------------------ echo systeminfo echo ------------------------------------ systeminfo 2>&1 echo ------------------------------------ echo ls -la "$CMDER_ROOT" echo ------------------------------------ ls -la "$CMDER_ROOT" 2>&1 echo '' echo ------------------------------------ echo ls -la "$CMDER_ROOT/vendor" echo ------------------------------------ ls -la "$CMDER_ROOT/vendor" 2>&1 echo '' echo ------------------------------------ echo ls -la /s "$CMDER_ROOT/bin" echo ------------------------------------ ls -laR /s "$CMDER_ROOT/bin" 2>&1 echo '' echo ------------------------------------ echo ls -la /s "$CMDER_ROOT/config" echo ------------------------------------ ls -laR /s "$CMDER_ROOT/config" 2>&1 echo '' echo ------------------------------------ echo Make sure you sanitize this output of private data prior to posting it online for review by the CMDER Team! echo ------------------------------------ ) > "$TEMP/cmder_diag_sh.log" cat "$TEMP/cmder_diag_sh.log" echo '' echo Above output was saved in "$TEMP/cmder_diag_sh.log"