/csrf-express

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

Primary LanguageJavaScriptMIT LicenseMIT

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
$ node app.js
  • Expose app via reverse proxy with HTTPS

Tutorial