yodalearns / pwst-resources

Resources for Students in the Practical Webapp Security and Testing course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWST Resources

This repository contains resources for students taking the Taggart Institute course "Practical Webapp Security and Testing."

Usage

Code in the repo is used for lab setup and for specific lab exercises. It should be cloned onto both the Kali VM and the Ubuntu VM.

To download this repo, in a Terminal, run:

git clone https://github.com/mttaggart/pwst-resources

You'll now have the pwst-resources folder in your home folder.

Kali Setup

To run the setup script, Run the following in a Terminal:

cd ~/pwst-resources/kali-setup
./setup.sh

There will be a few points where you need to provide input to the script, but otherwise it should run smoothly. If you wish to use the optional fish shell that is configured, make sure you run the chsh command as listed at the end of the install script!

Docker Setup

This script is meant to be run on the Ubuntu server, not on the Kali VM!

To run the setup script, Run the following in a Terminal:

cd ~/pwst-resources/docker-setup
./setup.sh

After you're finished, log out of the server and log back in to use Docker without sudo. To test, run:

docker container run hello-world

About

Resources for Students in the Practical Webapp Security and Testing course


Languages

Language:HTML 38.0%Language:CSS 16.0%Language:Shell 14.4%Language:TypeScript 11.0%Language:PHP 9.6%Language:JavaScript 8.9%Language:Dockerfile 2.0%