Week 04 View Lecture Notes
This application simulates a Cross-Site Request Forgery Attack on our Blogging application.
- First start the Blogging Application
- Log into the Blogging app at
http://localhost:8080
- To start up this app, run the following command in a terminal:
docker-compose up
- To initiate the CSRF simulation, navigate to
http://localhost:8090
- Refresh the Blogging app feed to view the now-hacked posts.