Mr-Robert0/Logsensor

PermissionError: [Errno 13] Permission denied: 'logPanels.txt'

imzooel opened this issue · 0 comments

when I tried a list of subdomain of my target I faced this:

[+] Login panel found ! [https://community.target.com] - 200
/usr/local/Logsensor/logsensor.py:84: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup.
soup = BeautifulSoup(response, "html.parser")
Traceback (most recent call last):
File "/usr/local/Logsensor/logsensor.py", line 206, in
getresults()
File "/usr/local/Logsensor/logsensor.py", line 120, in getresults
with open("logPanels.txt", "w") as n:
^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'logPanels.txt'