https://github.com/odino/wasec
Examples of security features (or mishaps) on web applications -- these are mostly examples and tutorials from the WASEC book.
https://github.com/odino/wasec
book clickjacking csp security wasec websecurity xss
Last synced: 11 months ago
JSON representation
Examples of security features (or mishaps) on web applications -- these are mostly examples and tutorials from the WASEC book.
- Host: GitHub
- URL: https://github.com/odino/wasec
- Owner: odino
- Created: 2018-08-11T10:20:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T12:08:20.000Z (almost 6 years ago)
- Last Synced: 2025-02-27T11:43:11.612Z (12 months ago)
- Topics: book, clickjacking, csp, security, wasec, websecurity, xss
- Language: JavaScript
- Homepage: https://leanpub.com/wasec
- Size: 1.1 MB
- Stars: 97
- Watchers: 7
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WASEC: Web Application SECurity
Examples of security features (or mishaps) on web applications -- these are mostly
examples and tutorials from the [WASEC book](https://leanpub.com/wasec).

## Installation
Add this line to your hostfile:
```
127.0.0.1 wasec.local sub.wasec.local wasec2.local
```
Each of the directories in this repo has its own `README`, so go ahead and explore!
A good place to start? Check the [clickjacking example](https://github.com/odino/wasec/tree/master/clickjacking).
Most of them can be run with NodeJS -- I am using `v10.1.0` but anything above
version 9 should work.
Everything has been tested on Google Chrome 65.