From d05010aa1de7df097ee3be1c7bdd2d3f034edaad Mon Sep 17 00:00:00 2001 From: Daniel Arastey Date: Wed, 4 Jan 2017 16:01:53 +0100 Subject: [PATCH 1/3] Add Vulnhub to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1423a0..751b79c 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Continuously managing risk and improving cyber security posture in complex enter |[Try2Hack](http://www.try2hack.nl/)|Try2hack provides several security-oriented challenges for your entertainment. The challenges are diverse and get progressively harder.| |[UltimateLAMP](http://www.amanhardikar.com/mindmaps/practice-links.html)|UltimateLAMP is a fully functional environment allowing you to easily try and evaluate a number of LAMP stack software products without requiring any specific setup or configuration of these products.| |[Vicnum](http://vicnum.ciphertechs.com/)|Vicnum is an OWASP project consisting of vulnerable web applications based on games commonly used to kill time. These applications demonstrate common web security problems such as cross site scripting, sql injections, and session management issues.| +|[Vulnhub](https://www.vulnhub.com/)|An extensive collection of vulnerable VMs with user-created solutions.| |[Vulnix](https://www.rebootuser.com/?page_id=1041)|A vulnerable Linux host with configuration weaknesses rather than purposely vulnerable software versions.| |[Vulnserver](http://www.thegreycorner.com/2010/12/introducing-vulnserver.html)|Windows based threaded TCP server application that is designed to be exploited.| |[WackoPicko](https://github.com/adamdoupe/WackoPicko)|WackoPicko is a vulnerable web application used to test web application vulnerability scanners.| From e0be0982350ab78d2c192530a566ed1c25476963 Mon Sep 17 00:00:00 2001 From: Daniel Arastey Date: Wed, 4 Jan 2017 16:07:10 +0100 Subject: [PATCH 2/3] Add Pwnerrank to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 751b79c..5a0ab30 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Continuously managing risk and improving cyber security posture in complex enter |[PicoCTF](https://picoctf.com/)|picoCTF is a computer security game targeted at middle and high school students. The game consists of a series of challenges centered around a unique storyline where participants must reverse engineer, break, hack, decrypt, or do whatever it takes to solve the challenge.| |[Puzzlemall](https://code.google.com/archive/p/puzzlemall/)|PuzzleMall - A vulnerable web application for practicing session puzzling| |[Pwnable.kr](http://pwnable.kr/)|'pwnable.kr' is a non-commercial wargame site which provides various pwn challenges regarding system exploitation. while playing pwnable.kr, you could learn/improve system hacking skills but that shouldn't be your only purpose.| +|[Pwnerrank](httpswww.pwnerrank.com/)|Website with different kinds of hacking exercises of varying difficulty, including web, reversing and binary exploitation. You are awarded points for each successful challenge solved, forming a ranking amongst the users.| |[Pwnos](http://www.pwnos.com/)|PwnOS is a vulnerable by design OS .. and there are many ways you can hack it.| |[Ringzero](https://ringzer0team.com/challenges)|Challenges you can solve and gain points.| |[Root Me](https://www.root-me.org/)|Hundreds of challenges and virtual environments. Each challenge can be associated with a multitude of solutions so you can learn.| From 6a24c8453791ed60c05617b9b14ea657552fc477 Mon Sep 17 00:00:00 2001 From: Daniel Arastey Date: Wed, 4 Jan 2017 16:17:14 +0100 Subject: [PATCH 3/3] Revert "Add Pwnerrank to the list" This reverts commit e0be0982350ab78d2c192530a566ed1c25476963. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5a0ab30..751b79c 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ Continuously managing risk and improving cyber security posture in complex enter |[PicoCTF](https://picoctf.com/)|picoCTF is a computer security game targeted at middle and high school students. The game consists of a series of challenges centered around a unique storyline where participants must reverse engineer, break, hack, decrypt, or do whatever it takes to solve the challenge.| |[Puzzlemall](https://code.google.com/archive/p/puzzlemall/)|PuzzleMall - A vulnerable web application for practicing session puzzling| |[Pwnable.kr](http://pwnable.kr/)|'pwnable.kr' is a non-commercial wargame site which provides various pwn challenges regarding system exploitation. while playing pwnable.kr, you could learn/improve system hacking skills but that shouldn't be your only purpose.| -|[Pwnerrank](httpswww.pwnerrank.com/)|Website with different kinds of hacking exercises of varying difficulty, including web, reversing and binary exploitation. You are awarded points for each successful challenge solved, forming a ranking amongst the users.| |[Pwnos](http://www.pwnos.com/)|PwnOS is a vulnerable by design OS .. and there are many ways you can hack it.| |[Ringzero](https://ringzer0team.com/challenges)|Challenges you can solve and gain points.| |[Root Me](https://www.root-me.org/)|Hundreds of challenges and virtual environments. Each challenge can be associated with a multitude of solutions so you can learn.|