Giter VIP home page Giter VIP logo

tamarin-workshop's Introduction

Cybersecurity lab Tamarin workshop 2019-10-29

Installing Tamarin

Normally you would want to use your package manager to install Tamarin (e.g. "apt install tamarin"). But on Ubuntu 18.04 this package is missing and you cannot compile it from source due to the unstable Maude dependency.

Hence you will have to install the pre-compiled version (preferably inside a container, see below):

sudo apt install -y --no-install-recommends wget unzip graphviz
mkdir -p ~/.local/bin ~/tmp/tamarin
cd ~/tmp/tamarin


wget http://maude.cs.illinois.edu/w/images/5/5d/Maude-2.7.1-linux.zip
wget https://github.com/tamarin-prover/tamarin-prover/releases/download/1.4.1/tamarin-prover-1.4.1-linux64-ubuntu.tar.gz
unzip Maude-2.7.1-linux.zip
chmod +x maude.linux64
mv maude.linux64 maude

tar xf tamarin-prover-1.4.1-linux64-ubuntu.tar.gz
mv tamarin-prover maude *.maude ~/.local/bin

And to run it:

tamarin-prover interactive -p8080 -i'*4'  --debug ~/tmp/tamarin

Using a container

You might want to install Tamarin inside a container to keep your main system clean.

First ensure LXC is installed and configured, then create a clean Ubuntu 18.04 container with a single user:

lxc launch images:ubuntu/18.04 tamarin
lxc exec tamarin -- useradd -m -s /bin/bash -G sudo -p "" user

And enter it:

lxc exec tamarin -- su -l user -c bash

tamarin-workshop's People

Contributors

avahidi avatar simon-bouget avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.