Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CSRF Attack Example

Application Security And Hardening

Week 04 View Lecture Notes

This application simulates a Cross-Site Request Forgery Attack on our Blogging application.

Running the Application

  1. First start the Blogging Application
  2. Log into the Blogging app at http://localhost:8080
  3. To start up this app, run the following command in a terminal: docker-compose up
  4. To initiate the CSRF simulation, navigate to http://localhost:8090
  5. Refresh the Blogging app feed to view the now-hacked posts.