7 matches found
pygoat
PyGoat intentionally vuln web Application Security in django. our roadmap build intentionally vuln web Application in django. The Vulnerability can based on OWASP top ten Table of Contents pygoat Installation From Sources Docker Container Installation Video Uninstallation Solutions For Developers...
MASTG-Hacking-Playground
MASTG Hacking Playground Welcome to the MASTG Hacking Playground which is part of the OWASP Mobile Application Security MAS project. The MASTG Hacking Playground is a collection of educational iOS and Android mobile apps, that are intentionally build insecure in order to give practical guidance t...
google-ctf
Google CTF Este repositorio contiene la mayoría de los desafíos utilizados en el Google CTF desde 2017, así como la mayor parte de la infraestructura que puede utilizarse para ejecutarlos. IMPORTANTE - El código de las carpetas 201x y 202x contiene vulnerabilidades de seguridad sin corregir. Está...
WebGoat.NET
Webgoat.NET 源代码:https://github.com/jerryhoff/WebGoat.NET 下载 zip:https://github.com/jerryhoff/WebGoat.NET/zipball/master 该 Web 应用程序是一个学习平台,旨在教授 常见的 Web 安全缺陷。它包含适用于大多数 Web 应用程序的 通用安全缺陷,还包含专门针对 .NET 框架的 课程。此应用中的练习旨在传授关于 Web 安全攻击以及开发人员如何克服这些攻击的知识。 警告:此 Web 应用程序含有大量安全漏洞, 运行时会令您的计算机变得极不安全!...
WebGoat.NET
Webgoat.NET Source Code: https://github.com/jerryhoff/WebGoat.NET Download zip: https://github.com/jerryhoff/WebGoat.NET/zipball/master This web application is a learning platform that attempts to teach about common web security flaws. It contains generic security flaws that apply to most web...
rustproofing-linux
Rust 加固 Linux(将 Linux 内核缺陷移植到 Rust) 此源代码仓库是一系列示例,随博客文章 https://research.nccgroup.com/?p=18577 一并提供。 除跟随博客文章外,请勿将这些示例用于其他任何用途。它们特意包含漏洞,即便是“已修复”的版本也可能存在缺陷。 如果你想运行博客文章中的示例,以下指南应当能让你轻松完成。 获取依赖 获取 Rust for Linux 源代码。你可能需要安装...
SWC-109 Uninitialized Storage Pointer
Lines of code Vulnerability details Impact Uninitialized local storage variables can point to unexpected storage locations in the contract, which can lead to intentional or unintentional vulnerabilities. Proof of Concept OrderStatus storage orderStatus; Tools Used github Recommended Mitigation...