Sign in to follow this  
Binaric

V3n0M-Scanner error

Recommended Posts

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:

Share this post


Link to post
Share on other sites

I solved it by using batch code:

ls -lg

chmod 777 d0rks

to give it permissions.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this