Skip to content

Introduction

blabla1337 edited this page Mar 18, 2019 · 3 revisions

SKF-Logo

Here we find all the labs and write-ups for the security knowledge framework! These labs are correlated to knowledge-base id's which are on their place again correlated to security controls such as from the ASVS or NIST, etc.

The labs are all downloadable from the following Github repository: https://github.com/blabla1337/skf-labs

The images can also be found on the skf docker hub. These skf-labs images are automatically pushed to the docker registry on each commit to the Github repository. https://cloud.docker.com/repository/docker/blabla1337/owasp-skf-lab/tags

Useful tools

First thing we need to do is to be able to investigate the requests that are being made by the labs/applications. We do this by setting up our intercepting proxy so we can gain more understanding of the application under test.

Burp suite:

https://portswigger.net/burp/communitydownload​

OWASP ZAP proxy:

https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project​

Clone this wiki locally