From e6cd3ebabb5d10539572a63ed70fd289cf47a62e Mon Sep 17 00:00:00 2001 From: TACIXAT <982598+TACIXAT@users.noreply.github.com> Date: Tue, 13 Aug 2019 20:33:03 -0700 Subject: [PATCH] Add https://cybering.cc to the classes. Cybering is a course on YouTube. Actively being released. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 77351ff..7d84eb2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ from reading [A Gentle Introduction to Application Security](https://paragonie.c * [Classes](#classes) * [Offensive Computer Security (CIS 4930) FSU](#offensive-computer-security-cis-4930-fsu) * [Hack Night](#hack-night) + * [Cybering](#cybering) * [Websites](#websites) * [Hack This Site!](#hack-this-site) * [Enigma Group](#enigma-group) @@ -316,6 +317,10 @@ A vulnerability research and exploit development class by Owen Redwood of Florid Developed from the materials of NYU Poly's old Penetration Testing and Vulnerability Analysis course, Hack Night is a sobering introduction to offensive security. A lot of complex technical content is covered very quickly as students are introduced to a wide variety of complex and immersive topics over thirteen weeks. +### [Cybering](https://cybering.cc) + +A course on YouTube for learning application security. The premise is that the vulnerabilities are easy to understand if you have the background knowledge. It lays the foundation so that you can understand the systems you're attacking, from web apps to binary exploitation. + ## Websites ### [Hack This Site!](http://www.hackthissite.org)