Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liushuping/web-security-fundamentals
Fundamentals of Web Application Security
https://github.com/liushuping/web-security-fundamentals
Last synced: 16 days ago
JSON representation
Fundamentals of Web Application Security
- Host: GitHub
- URL: https://github.com/liushuping/web-security-fundamentals
- Owner: liushuping
- License: mit
- Created: 2016-08-10T05:04:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T07:59:10.000Z (over 8 years ago)
- Last Synced: 2024-11-12T06:13:12.320Z (3 months ago)
- Language: HTML
- Homepage: http://liushuping.com/Web-Security-Fundamentals/
- Size: 1.94 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fundamentals of Web Application Security
Slides briefing all security fundamentals that a Web application developer needs to know.## Topics covered by the slides
* Security Threats (STRIDE) [working in progress]
* Threat Modeling [working in progress]
* Authentication [working in progress]
* Authorization [working in progress]
* Session Managment [working in progress]
* Injection [working in progress]
* Cross-Site Scripting (XSS) [working in progress]
* Cross-Site Request Forgery (CSRF) [working in progress]
* Hijacking [working in progress]
* Social Engineering [working in progress]
* Security Tools [working in progress]
* References [working in progress]## Slides Show
Follow link: https://liushuping.github.io/Web-Security-Fundamentals/## Demo Code
Follow link: https://github.com/liushuping/Web-Security-Examples## License
MIT