AlessandroZ / BeRoot

Privilege Escalation Project - Windows / Linux / Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python files not found at runtime

noraj opened this issue · comments

$ wget https://github.com/AlessandroZ/BeRoot/releases/download/1.0.1/beRoot.zip
$ unzip beRoot.zip

Moved it to the windows server.

beRoot.exe
|====================================================================|
|                                                                    |
|                    Windows Privilege Escalation                    |
|                                                                    |
|                          ! BANG BANG !                             |
|                                                                    |
|====================================================================|



################ Service ################

[!] Permission to create a service with openscmanager
True

-------------- Get System Priv with WebClient --------------

[!] Checking WebClient vulnerability

################ Error on: check_webclient ################
Traceback (most recent call last):
  File "beroot\run_checks.py", line 315, in check_all
  File "beroot\run_checks.py", line 277, in check_webclient
  File "beroot\modules\checks\webclient\webclient.py", line 206, in run
  File "beroot\modules\checks\webclient\webclient.py", line 101, in startWebclient
ValueError: Procedure probably called with not enough arguments (4 bytes missing)


[!] Elapsed time = 0.569000005722

Don't use the last release, it's out of date, download the last python code and compile it: https://github.com/AlessandroZ/BeRoot.git or use it with pupy: https://github.com/n1nj4sec/pupy/ the last version has been merged.

Howerver this error occured because the process is x86 and your OS arch is x64.