Overcoming Middleware: Exploiting XSS to Retrieve Data
I am attempting to perform an XSS attack on my server and have successfully bypassed the CSP. In my server code, I store all users in the following manner:
.get("/users", adminReq, (req, res) => {
…
})
Due to the adm… Continue reading Overcoming Middleware: Exploiting XSS to Retrieve Data