Skip to content

alephsecurity/z3-walkthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Z3 Demo Environment

This repository contains a Dockerfile to setup the environemnt used in https://alephsecurity.com/2019/09/02/Z3-for-webapp-security/.

Using the Repo

Requirements: git, docker

After cloning the repo, run:

docker build -t z3_walkthrough .; docker run -it -p 8888:8888 z3_walkthrough

Note the output from this command, since it contains a line similar to this:

http://(05640c9d300f or 127.0.0.1):8888/?token=e9a3e49b8fa92db5ba006c6a0c18d319bb361134cf1ab02f

Click the link or go to http://localhost:8888 and use the string after the '?token=' to login to Jupyter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published