Emre Övünç

Results 8 comments of Emre Övünç

> Amazing tool, thank you! :) > > Why does the tool only detect Administrative credentials? It didn't detect the "admin" one initially, it only detected it when I later...

You got this error due to the control in openvpn module. So, your user's **SUDO_UID** does not exist in _environ.keys()_'s output. ``` ... if not 'SUDO_UID' in os.environ.keys(): mess =...

There are many solutions to solve it. But, two methods come to my mind quickly. **1. Run it with sudo** ``` sudo python3 crowbar.py ``` **2. You can change the...

> > There are many solutions to solve it. But, two methods come to my mind quickly. > > **1. Run it with sudo** > > ``` > > sudo...

Hi @kristianstarkloffjedox and @orlyjamie , I added a check that you mentioned before. Also, users can change the paths manually.

You can check my pull request -> https://github.com/sh286/CVE-2020-8163/pull/2

> I got the following error when I run the fuxploider.py file > > Traceback (most recent call last): > File "fuxploider.py", line 12, in > import coloredlogs > ImportError:...

> Traceback (most recent call last): > File "Cacti-preauth-rce.py", line 15, in > from urllib.parse import quote > ImportError: No module named parse I think you used python 2 to...