am0nt31r0 / OSINT-Search

Useful for digital forensics investigations or initial black-box pentest footprinting.
130 stars 33 forks source link

Keep getting permission issue on config.ini #4

Open JaySmith502 opened 5 years ago

JaySmith502 commented 5 years ago
Traceback (most recent call last):                                                 File "osintS34rCh.py", line 809, in                                        if apiFile():                                                                  File "osintS34rCh.py", line 151, in apiFile                                        with open(filename, 'w') as configfile:                                      PermissionError: [Errno 13] Permission denied: '/osintSearch.config.in
--

I've tried updating the file permissions to allow writing from within osintS34rch.py but keep getting this error

JaySmith502 commented 5 years ago

`

Traceback (most recent call last): File "osintS34rCh.py", line 809, in if apiFile(): File "osintS34rCh.py", line 151, in apiFile with open(filename, 'w') as configfile: PermissionError: [Errno 13] Permission denied: '/osintSearch.config.in

`

vicmac-github commented 3 years ago

@JaySmith502 Did you solve the problem? and if you did it... how did you do it? I have the same error message. :S

OSINT-Search error 13 (2)

JaySmith502 commented 3 years ago

I didn't 'solve' it per se, I removed the offending lines at the time and just lived without that functionality if I recall, but it's been a bit.