We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The randoms generated seed for the taint may result as a valid html attribute like href, src, etc.
href
src
https://github.com/gbrindisi/xsssniper/blob/master/core/payload.py#L14
Must blacklist common attributes names.
The text was updated successfully, but these errors were encountered:
Wouldn't it be better just to use long enough randoms so that it won't overlap with anything existing?
Sorry, something went wrong.
Yes but since I've left the chance to set the seed length to the user, this problem could still occur. If you have better ideas I'd like to hear them!
No branches or pull requests
The randoms generated seed for the taint may result as a valid html attribute like
href
,src
, etc.https://github.com/gbrindisi/xsssniper/blob/master/core/payload.py#L14
Must blacklist common attributes names.
The text was updated successfully, but these errors were encountered: