From 073dbfcf2f374964613154e5d57f12d6c1e056de Mon Sep 17 00:00:00 2001 From: cybersecuritylearning <110784163+cybersecuritylearning@users.noreply.github.com> Date: Sat, 16 Nov 2024 19:12:05 +0200 Subject: [PATCH] Update README.md with CyberPython Added a free platform for hands on testing and research --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdf9be8..ef378a7 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ A collection of awesome platforms, blogs, documents, books, resources and cool s * [Binary Analysis course](https://maxkersten.nl/binary-analysis-course/) * [https://training.zempirians.com/start/here](https://training.zempirians.com/start/here) * [Pwncollege](https://pwn.college/) pwn.college is a first-stage education platform for students (and other interested parties) to learn about, and practice, core cybersecurity concepts in a hands-on fashion. It is designed to take a “white belt” in cybersecurity to becoming a “blue belt”, able to approach (simple) CTFs and wargames. The philosophy of pwn.college is “practice makes perfect”. + * [CyberPython](https://pythoncyber.go.ro) A hands on platform where you have to do your own research in order to solve challenges using little guidance and tips. * [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/)This codelab is built around **Gruyere** /ɡruːˈjɛər/ - a small, cheesy web application that allows its users to publish snippets of text and store assorted files. "Unfortunately," Gruyere has multiple security bugs ranging from cross-site scripting and cross-site request forgery, to information disclosure, denial of service, and remote code execution. The goal of this codelab is to guide you through discovering some of these bugs and learning ways to fix them both in Gruyere and in general.