saeeddhqan / Maryam

Maryam: Open-source Intelligence(OSINT) Framework
GNU General Public License v3.0
1.01k stars 166 forks source link

Does the tool needs root permissions ? #267

Closed SofianeHamlaoui closed 2 years ago

SofianeHamlaoui commented 2 years ago

I want to know, does the tools needs root permissions to work ? or use the functionalities ?

k4u5h1k commented 2 years ago

No

SofianeHamlaoui commented 2 years ago

No

You're using setuptools, that does choose by default the path : /usr/lib/python3.10/site-packages/ for package installation, which does require root permissions to R&W.

if you run the script as a non-root user, you'll get an error :

!!

To avoid that you need to add --user to the end of the command, probably cool to add it to the installation Wiki.

python3 setup.py install --user