From 1fcc917e1be66de9657a7253ac0a92e2697ef64a Mon Sep 17 00:00:00 2001 From: AshF0x Date: Sat, 4 Jan 2020 19:27:55 +0100 Subject: [PATCH] reformated the README.md index & added new video in vulns.md --- README.md | 19 ++++++++++--------- assets/vulns.md | 1 + 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 106318a..7c2f788 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,13 @@ We understand that there are more resources other than the ones we have listed a --- ## Table of Contents - -1. [Basics](/assets/basics.md) -2. [Setup](/assets/setup.md) -3. [Tools](/assets/tools.md) -4. [Labs & Testing Environments](/assets/labs.md) -5. [Vulnerability Types](/assets/vulns.md) -6. [Mobile Hacking](/assets/mobile.md) -6. [Blog posts & Talks](/assets/blogposts.md) -7. [Media Resources](/assets/media.md) \ No newline at end of file +| Topic | Description | +| ------------------------------ | ----------- | +|1. [Basics](/assets/basics.md)|A quick guide about Networking, Programming & Automation| +|2. [Setup](/assets/setup.md)|Tips on how to get started/setting up your environment| +|3. [Tools](/assets/tools.md)|A curated list of usefull Tools, organized by use case| +|4. [Labs & Testing Environments](/assets/labs.md)|List with Labs & Platforms to test your skills and learn how to exploit common web app vulnerabilities| +|5. [Vulnerability Types](/assets/vulns.md)|A list with resources, describing vulnerabilities & how to find/exploit them| +|6. [Mobile Hacking](/assets/mobile.md)|Helpful content focusing especially on Mobile Application Hacking| +|6. [Blog posts & Talks](/assets/blogposts.md)|Published Blogposts & Writeups organized by Vulnerability Types| +|7. [Media Resources](/assets/media.md)|A collection of lists, featuring YouTubers, Streamers, Twitter Accounts, Books, Podcasts etc.| \ No newline at end of file diff --git a/assets/vulns.md b/assets/vulns.md index bb1903c..2510cc5 100644 --- a/assets/vulns.md +++ b/assets/vulns.md @@ -15,6 +15,7 @@ As we start to build this repository, we'll be adding more vulnerability types a - [A comprehensive tutorial on cross-site scripting](https://excess-xss.com) - [Google Application Security (XSS Guide)](https://www.google.com/intl/am_AD/about/appsecurity/learning/xss/) - [What is PHP and why is XSS so common there?](https://www.youtube.com/watch?v=Q2mGcbkX550) - by LiveOverflow +- [Finding Your First Bug: Cross Site Scripting (XSS)](https://www.youtube.com/watch?v=IWbmP0Z-yQg) - by InsiderPhD ## Cross-Site Request Forgery (CSRF) - [Cross-Site Request Forgery Attack](https://www.youtube.com/watch?v=eWEgUcHPle0) - by PwnFunction