Skip to content

Instantly share code, notes, and snippets.

@sempf
Last active January 17, 2020 16:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sempf/89761a819f8b983cdd9f392fe453c685 to your computer and use it in GitHub Desktop.
Save sempf/89761a819f8b983cdd9f392fe453c685 to your computer and use it in GitHub Desktop.
CodeMash 2020 Appsec Course Outline

At CodeMash 2.0.2.0 we covered a lot of topics in Application Security. Can't share my slides (we didn't use many anyway) but I can make a list of resources based on what we talked about. Many of these are OWASP links, and OWASP is transitioning from MediaWiki to GitHub, so it might take a little work over time to find the resource. That said, let's do what we can.

The class started by talking about the OWASP Security Principles. https://wiki.owasp.org/index.php/OWASP_Security_Principles_Project

Then we dove into vulnerability assessment. Our target? OWASP Juice Shop. https://github.com/bkimminich/juice-shop

The browser most used was FireFox. https://www.mozilla.org/en-US/firefox/

And between those we used an attack proxy. For this class we used Burp Suite Community Edition. https://portswigger.net/burp

Access Control was the first topic. Access control - that being authentication, authorization, and session management - is a big topic.

Then we moved on to injection in all forms. SQL injection is the most well known but we covered others.

A number of tools and resources were discussed.

If I missed anything significant or anyone has any questions, you can find me at bill@pointweb.net, or Slack, Twitter, LinkedIn, or here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment