From 32663c22b816742b5aacdfbb4afc1998d074b0d9 Mon Sep 17 00:00:00 2001 From: patMacMillan Date: Sat, 14 Oct 2017 23:11:10 -0400 Subject: [PATCH 1/8] Added a few Youtube Channels --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03dcd56..40585f2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ YouTube channels * [DedSec](https://www.youtube.com/channel/UCx34ZZW2KgezfUPPeL6m8Dw) * [DEFCON Conference](https://www.youtube.com/channel/UC6Om9kAkl32dWlDSNlDS9Iw) * [DemmSec](https://www.youtube.com/channel/UCJItQmwUrcW4VdUqWaRUNIg) +* [Don Does 30](https://www.youtube.com/channel/UCarxjDjSYsIf50Jm73V1D7g) * [Geeks Fort - KIF](https://www.youtube.com/channel/UC09NdTL2hkThGLSab8chJMw) * [iExplo1t](https://www.youtube.com/channel/UCx0HClQ_cv0sLNOVhoO2nxg/videos) * [Latest Hacking News](https://www.youtube.com/channel/UCDSLIfPnsK1WdEZi_AcvSlQ) @@ -44,6 +45,8 @@ YouTube channels * [Troy Hunt](https://www.youtube.com/channel/UCD6MWz4A61JaeGrvyoYl-rQ) * [Waleed Jutt](https://www.youtube.com/channel/UCeN7cOELsyMHrzfMsJUgv3Q) * [webpwnized](https://www.youtube.com/channel/UCPeJcqbi8v46Adk59plaaXg) +* [JackkTutorials](https://www.youtube.com/channel/UC64x_rKHxY113KMWmprLBPA) +* [Zer0Mem0ry](https://www.youtube.com/channel/UCDk155eaoariJF2Dn2j5WKA) Sharpening Your Skills -- From 615a837d6bdbc6daeffe9d18c4b2659b66f815de Mon Sep 17 00:00:00 2001 From: Tiago Alves Date: Sun, 15 Oct 2017 03:32:39 -0200 Subject: [PATCH 2/8] Added youtube channel link Theres also LionSec youtube channel, which has a [video](https://www.youtube.com/watch?v=35QUrtZEV9U) explaning how to use Xerosploit. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03dcd56..261f460 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ YouTube channels * [Troy Hunt](https://www.youtube.com/channel/UCD6MWz4A61JaeGrvyoYl-rQ) * [Waleed Jutt](https://www.youtube.com/channel/UCeN7cOELsyMHrzfMsJUgv3Q) * [webpwnized](https://www.youtube.com/channel/UCPeJcqbi8v46Adk59plaaXg) +* [LionSec](https://www.youtube.com/channel/UCCQLBOt_hbGE-b9I696VRow) Sharpening Your Skills -- From 875a6e2d7a203a6c04ed56913d0308a06be7e8fe Mon Sep 17 00:00:00 2001 From: Vitaly Date: Sun, 15 Oct 2017 09:07:13 +0300 Subject: [PATCH 3/8] More links --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 261f460..929fd6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Hacking Resources +# Awesome Hacking Resources ![Awesome Hacking](https://img.shields.io/badge/awesome-hacking-red.svg) ![Awesome community](https://img.shields.io/badge/awesome-community-green.svg) [![GitHub stars](https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Stars)]() A collection of hacking / penetration testing resources to make you better! **lets make it the biggest resource repository for our community** @@ -15,6 +15,7 @@ Learning the Skills * [SecurityTube](http://www.securitytube.net/) * [Seed Labs](http://www.cis.syr.edu/~wedu/seed/labs.html) * [Hak5](https://www.hak5.org/) +* [OWASP top 10 web security risks](https://www.online.hack2secure.com/courses/owasp-top10-web-security-risk) YouTube channels -- @@ -67,6 +68,7 @@ Sharpening Your Skills * [PicoCTF](https://2017game.picoctf.com/) * [Shellter Labs](https://shellterlabs.com/en/) * [Pentest Practice](https://www.pentestpractice.com/) +* [Pentest.training](https://pentest.training) Reverse Engineering, Buffer overflow and Exploit development -- @@ -84,6 +86,9 @@ Reverse Engineering, Buffer overflow and Exploit development * [Corelan tutorials](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/) * [Reverse engineering reading list](https://github.com/onethawt/reverseengineering-reading-list/blob/master/README.md) * [Reverse Engineering challenges](https://challenges.re/) +* [Reverse Engineering for beginners (GitHub project)](https://github.com/dennis714/RE-for-beginners) +* [reversing.kr challenges](http://www.reversing.kr/challenge.php) +* [Analysis and exploitation (unprivileged)](https://www.it-sec-catalog.info/analysis_and_exploitation_unprivileged.html) Privileged escalation -- @@ -118,7 +123,7 @@ Vulnerable Web Application * [OWASP Mutillidae II](https://sourceforge.net/projects/mutillidae/files/) * [OWASP Juice Shop](https://github.com/bkimminich/juice-shop) * [OWASP Broken Web Applications Project](https://github.com/chuckfw/owaspbwa/) - +* [Damn Small Vulnerable Web](https://github.com/stamparm/DSVW) Forums -- From 1bfb2061243f0d3d6bd10b9b19291e6ab0c26327 Mon Sep 17 00:00:00 2001 From: VS Date: Sun, 15 Oct 2017 09:10:27 +0300 Subject: [PATCH 4/8] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b309f1..6d8df8a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Awesome Hacking Resources ![Awesome Hacking](https://img.shields.io/badge/awesome-hacking-red.svg) ![Awesome community](https://img.shields.io/badge/awesome-community-green.svg) [![GitHub stars](https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Stars)]() +# Awesome Hacking Resources ![Awesome Hacking](https://img.shields.io/badge/awesome-hacking-red.svg) ![Awesome community](https://img.shields.io/badge/awesome-community-green.svg) + A collection of hacking / penetration testing resources to make you better! **lets make it the biggest resource repository for our community** From 10bcd246b1c2d1de20bb01ed56ba57977b988804 Mon Sep 17 00:00:00 2001 From: VS Date: Sun, 15 Oct 2017 09:13:49 +0300 Subject: [PATCH 5/8] Update README.md Thanks to https://github.com/LewisVo --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d8df8a..aac9aa0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ +

+
+ awesome +
+

+ # Awesome Hacking Resources ![Awesome Hacking](https://img.shields.io/badge/awesome-hacking-red.svg) ![Awesome community](https://img.shields.io/badge/awesome-community-green.svg) A collection of hacking / penetration testing resources to make you better! -**lets make it the biggest resource repository for our community** +**let's make it the biggest resource repository for our community** **You are welcome to fork and contribute.** From cfebc0b635976a6d858b091d7a269b7fccb10add Mon Sep 17 00:00:00 2001 From: Piper Chester Date: Sun, 15 Oct 2017 09:04:21 -0700 Subject: [PATCH 6/8] Fix capitalization and missing period in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aac9aa0..45cf268 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A collection of hacking / penetration testing resources to make you better! -**let's make it the biggest resource repository for our community** +**Let's make it the biggest resource repository for our community.** **You are welcome to fork and contribute.** From 89fef06d7519ff4190b3152747110bda192851ec Mon Sep 17 00:00:00 2001 From: Juo-Hsin Chang <30593595+magicansk@users.noreply.github.com> Date: Mon, 16 Oct 2017 00:20:25 +0800 Subject: [PATCH 7/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aac9aa0..b59dd36 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Sharpening Your Skills * [Vulnhub](https://www.vulnhub.com/) * [Hack.me](https://hack.me/) * [Exploit exercises](https://exploit-exercises.com/) +* [Exploit Database](https://www.exploit-db.com/) * [PentesterLab](https://pentesterlab.com/) * [SmashTheStack](http://smashthestack.org/wargames.html) * [Root-Me](https://www.root-me.org/) From 0d91eb64b694b36a4ee5ae4741120e78a8d7f543 Mon Sep 17 00:00:00 2001 From: Juo-Hsin Chang <30593595+magicansk@users.noreply.github.com> Date: Mon, 16 Oct 2017 00:39:09 +0800 Subject: [PATCH 8/8] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b59dd36..88dfda7 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ Sharpening Your Skills * [Backdoor](https://backdoor.sdslabs.co) * [Vulnhub](https://www.vulnhub.com/) * [Hack.me](https://hack.me/) +* [Hack this site!](https://www.hackthissite.org/) * [Exploit exercises](https://exploit-exercises.com/) -* [Exploit Database](https://www.exploit-db.com/) * [PentesterLab](https://pentesterlab.com/) * [SmashTheStack](http://smashthestack.org/wargames.html) * [Root-Me](https://www.root-me.org/) @@ -136,6 +136,10 @@ Vulnerable Web Application * [OWASP Broken Web Applications Project](https://github.com/chuckfw/owaspbwa/) * [Damn Small Vulnerable Web](https://github.com/stamparm/DSVW) +Exploit +-- +* [Exploit Database](https://www.exploit-db.com/) + Forums -- * [Greysec](https://greysec.net)