## https://sploitus.com/exploit?id=AC3E96A8-39DA-547E-A1AB-CAFFE40F4EA3
It is an offensive tool for web application security education.
The repository contains a collection of assignments and exercises for the CS 253 Web Security course at Stanford University. The assignments are designed to educate students on various web security topics, including client-side attacks, code injection, and same-origin policy.
The assignments are implemented as interactive workshops that students can run in their browser. The assignments are designed to be completed in a specific order, with each assignment building on the previous one.
The assignments cover a range of topics, including:
Client-side attacks, such as Cross Site Scripting (XSS) and SQL injection
Code injection, including the use of user-submitted data and the importance of sanitizing inputs
Same-origin policy, including the protection of a website from JavaScript code running on another domain
The Robustness principle (a.k.a. Postel's law) and its impact on system security
The assignments are designed to be completed by students in a specific order, with each assignment building on the previous one. The assignments are intended to be completed in a lab setting, with students working in pairs or small groups.
The repository contains a range of files, including:
Assignment 0: Web Programming Adventure
Assignment 1: Journey to the Dark Side