|
I've been noticing that I can't submit a URL to the stored payloads to the WebSocket XSS lab? My solution works on my machine (I know, that old chestnut) but I can't seem to submit it. |
Answered by
paj28
Aug 5, 2024
Replies: 1 comment 1 reply
|
That lab is a stored lab, and you can only submit payload hosting URLs to reflective labs. I've just updated the error message so this is clearer. You can solve this by submitting the target lab URL, and sending websocket messages from your browser that are echoed into the headless browser. I will make a solution video of this at some point. Maybe it should allow payload hosting URLs, but I need to carefully consider the consequences of that. |
1 reply
Answer selected by
Gr4y-r0se
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That lab is a stored lab, and you can only submit payload hosting URLs to reflective labs. I've just updated the error message so this is clearer.
You can solve this by submitting the target lab URL, and sending websocket messages from your browser that are echoed into the headless browser. I will make a solution video of this at some point.
Maybe it should allow payload hosting URLs, but I need to carefully consider the consequences of that.