Skip to main content

For the HTTP POST this form below would request, write a...

Code
By TakSec | 0 views 0 copies |

Prompt

For the HTTP POST this form below would request, write a JS function that makes an async GET request to the server, parses the response as HTML, extracts a token value, and uses that token to make a subsequent POST request with JSON to the server: <insert HTTP request>

Rate this prompt

Click to rate

0.0 avg rating (0)

Notes

Tip: Section: Bypass CSRF Token w/ XSS
Reference: From chatgpt-prompts-bug-bounty repository