Binaric 0 Traceback (most recent call last): File "./v3n0m.py", line 1206, in d0rk = [line.strip() for line in open("lists/d0rks", 'r', encoding='utf-8')] PermissionError: [Errno 13] Permission denied: 'lists/d0rks' Anyone know how to solve this problem? It seems like the error means there are UTF-8 characters in the d0rk file, though I'm not 100% sure. It also seems like that the program didn't have permission to read from the d0rks file. Thanks in advance. :fiesta: Quote Share this post Link to post Share on other sites
Binaric 0 I solved it by using batch code: ls -lg chmod 777 d0rks to give it permissions. Quote Share this post Link to post Share on other sites