Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.4 KB

README.md

File metadata and controls

53 lines (40 loc) · 2.4 KB

Base website security demo

  • designed for Intraworlds security workshop

Development

Installation

  1. Install Docker
  2. Install Docker Compose
  3. Clone this repository git clone https://github.com/intraworlds/workshop-hackthisweb.git or download ZIP file

Run

  1. before run check if your ports localhost:80 and localhost:8080 are "free", not running app using these ports

  2. run docker-compose up and you access the website

Let's go hacking... :-)

  • ... need any inspiration?

attacks

XSS (Cross-site Scripting)

HTTP Headers

SQL injection

CSFR (Cross-Site Request Forgery)

Path (Directory) Traversal

Others