AzizKpln / Moriarty-Project

This tool gives information about the phone number that you entered.
MIT License
1.47k stars 215 forks source link

try running without root #17

Closed Noegs closed 3 years ago

Noegs commented 3 years ago

i try to running without root then i hv problem :

Traceback (most recent call last): File "Moriarty.py", line 167, in with open("output/comments2.txt","w+") as file: PermissionError: [Errno 13] Permission denied: 'output/comments2.txt'

my OS Kali Linux ver 2020.3

what suppose to do?

AzizKpln commented 3 years ago

When you are inside of the Moriarty-Project, issue this command:

chown -R kali:kali *

Kali is the username. If the User is not kali, change the command with the user's name

Noegs commented 3 years ago

ok thanks bro...