Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zxdong262/csrf-post-attack-demo

csrf post attack/defense demo
https://github.com/zxdong262/csrf-post-attack-demo

csrf demo

Last synced: about 2 months ago
JSON representation

csrf post attack/defense demo

Awesome Lists containing this project

README

        

# csrf-post-attack-demo

a simple demo show post csrf attack and csrf token defense.

## run

```bash
git clone [email protected]:zxdong262/csrf-post-attack-demo.git
cd csrf-post-attack-demo
npm install
bower install
cp config-sample.js config.js

# run it
node app

```

then visit (by default config)

[http://localhost:5674(target page)](http://localhost:5674)

[http://localhost:5675(attack action page)](http://localhost:5675)