You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: