CSRF not sending correct cookie (Damn Vulnerable Web App test)
I am working on the DVWA’s CSRF lab with the security setting to low. The DVWA is running on localhost:4280. The SameSite cookie attribute is not set (to Lax or Strict), and thus cross-site requests should be possible.
On http://localhost:… Continue reading CSRF not sending correct cookie (Damn Vulnerable Web App test)