403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/Program Files (x86)/Google/GoogleUpdater/149.0.7814.0/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/Program Files (x86)/Google/GoogleUpdater/149.0.7814.0/uninstall.cmd
@echo off

rem Deletes recursively the directory specified by the `--dir` command line
rem argument of the script. The directory must be an updater install path.

echo %1 %2
if not "%1"=="--dir" (
  echo "Invalid switch."
  exit 1
)

set Directory=%2

rem Validate the path is an updater path.
@echo %Directory% | FindStr /L \Google\GoogleUpdater > nul
if %ERRORLEVEL% NEQ 0 (
  echo "Invalid argument."
  exit 2
)

rem Try deleting the directory 30 times and wait one second between tries.
for /L %%G IN (1,1,30) do (
  ping -n 2 127.0.0.1 > nul
  rmdir %Directory% /s /q > nul
  if not exist %Directory% exit 0
)

exit 3


Youez - 2016 - github.com/yon3zu
LinuXploit