Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zxdong262/csrf-post-attack-demo
- Owner: zxdong262
- License: mit
- Created: 2016-08-01T13:06:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T08:26:07.000Z (over 5 years ago)
- Last Synced: 2024-10-22T05:18:10.182Z (3 months ago)
- Topics: csrf, demo
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)