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
The issue lies in the encoding used when reading the file. Since you're encountering a UnicodeDecodeError, it should explicitly set the encoding when opening the file.
This issue I am getting when I run xsstrike with payload to scan url
Code from utils.py
The issue lies in the encoding used when reading the file. Since you're encountering a UnicodeDecodeError, it should explicitly set the encoding when opening the file.
FIX
Thanks : )
The text was updated successfully, but these errors were encountered: