https://github.com/jacksingleton/csrf-presentation
https://github.com/jacksingleton/csrf-presentation
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacksingleton/csrf-presentation
- Owner: jacksingleton
- Created: 2015-03-24T16:29:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T22:12:00.000Z (about 11 years ago)
- Last Synced: 2025-01-30T17:44:45.340Z (over 1 year ago)
- Language: CSS
- Size: 2.25 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CSRF Presentation #
A presentation and sample app on CSRF defense and mitigation.
## Requirements ##
- Java 7
- Chrome
## Setting up ##
- Make sure Java 8 is first on your classpath.
## Running ##
### Running the Application ###
From the root directory `./gradlew csrf-demo-app:run`
The username is 'admin', the password is 'password'
### Running the Presentation ###
From the root directory `./gradlew presentation:run`