Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 681 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 681 Bytes

Hands-on Express CSRF

This application is a demonstration prototype just to show how to perform CSRF attack.

Setting-up

Deploy on heroku

Deploy

Deploy on your host

  • Install nodejs

  • Install dependencies

$ npm install
  • Start application
$ npm start
  • Expose app via reverse proxy with HTTPS

Tutorial