Skip to content

Resources for Students in the Practical Webapp Security and Testing course © TCM Security, Inc.

Notifications You must be signed in to change notification settings

BisRyy/pwst-resources

This branch is 1 commit behind mttaggart/pwst-resources:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a1d7a1 · May 14, 2023

History

42 Commits
May 2, 2022
Apr 25, 2022
Apr 25, 2022
Apr 25, 2022
May 14, 2023
Apr 25, 2022
May 6, 2022
May 6, 2022
May 13, 2022
Jan 27, 2023
May 15, 2022
May 24, 2022
May 9, 2022
Mar 22, 2023
Apr 15, 2022

Repository files navigation

PWST Resources

This repository contains resources for students taking the TCM Academy 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 © TCM Security, Inc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.0%
  • CSS 18.6%
  • Shell 16.0%
  • PHP 11.1%
  • JavaScript 10.3%