scyther/gui
2023-11-08 15:04:19 +00:00
..
Gui Updating some obsolete URLs. 2023-02-12 23:08:29 +01:00
Images - Reinstated the graphical about screen. 2007-01-27 22:52:22 +00:00
Protocols Conversion to python3, using 2to3. 2020-10-27 22:09:03 +01:00
Scripts Updated copyright year to 2020. 2020-10-28 08:43:08 +01:00
Scyther Add Apple Silicon support 2023-11-08 15:04:19 +00:00
Time Conversion to python3, using 2to3. 2020-10-27 22:09:03 +01:00
.gitignore More ignore patterns. 2011-03-31 15:01:13 +02:00
batcher.sh More comments. 2011-03-31 15:01:50 +02:00
Changelog.txt Updating some obsolete URLs. 2023-02-12 23:08:29 +01:00
combos-book.sh Added test scripts for book and iso. 2011-01-25 10:24:37 +01:00
combos-ike.sh Adding missing scripts. 2011-03-31 15:00:56 +02:00
combos-ikev1.sh Adding missing scripts. 2011-03-31 15:00:56 +02:00
combos-ikev2.sh Adding missing scripts. 2011-03-31 15:00:56 +02:00
combos-ikev0.sh Adding missing scripts. 2011-03-31 15:00:56 +02:00
combos-iso.sh ISO test script now points to Scyther models in papers directory. 2011-09-23 11:24:02 +02:00
generate-attack-graphs.py Updated copyright year to 2020. 2020-10-28 08:43:08 +01:00
GNU-General-Public-License.txt Added GPL 2 License to the C sources. 2007-06-11 14:01:04 +02:00
INSTALL.md Further documentation updates. 2020-10-28 08:49:32 +01:00
json-scyther.py Updated copyright year to 2020. 2020-10-28 08:43:08 +01:00
make-bsub.py Conversion to python3, using 2to3. 2020-10-27 22:09:03 +01:00
mpa.spdl Synchronising MPA branch with compromise branch where possible. 2012-04-25 17:03:51 +02:00
notes-brutus-mpa.txt Improving some scripts; exploit cache better. 2011-03-31 15:02:49 +02:00
ns3.spdl Added weak agreement claims to NS. 2012-05-01 16:37:04 +02:00
nsl3-broken.spdl Synchronising MPA branch with compromise branch where possible. 2012-04-25 17:03:51 +02:00
nsl3.spdl Adding weakagree claim to nsl3. 2012-05-02 10:15:33 +02:00
precompute-ike.sh Adding missing scripts. 2011-03-31 15:00:56 +02:00
progressbarDummy.py Updated copyright year to 2020. 2020-10-28 08:43:08 +01:00
README.md Updating some obsolete URLs. 2023-02-12 23:08:29 +01:00
scyther-gui.py Updated copyright year to 2020. 2020-10-28 08:43:08 +01:00
scyther-gui.rc - Added a windows resource file. 2006-08-09 09:13:39 +00:00
scyther-manual.pdf Updated makefile to output manual to gui/ location, and stored current version in line with build. 2023-02-12 22:31:47 +01:00
scyther.py Updated copyright year to 2020. 2020-10-28 08:43:08 +01:00
test-delta.py Updated copyright year to 2020. 2020-10-28 08:43:08 +01:00
test-mpa.py Updated copyright year to 2020. 2020-10-28 08:43:08 +01:00
todo.txt Synchronising MPA branch with compromise branch where possible. 2012-04-25 17:03:51 +02:00
wiper.sh Added some minimal explanation to the wiper script. 2011-09-23 11:24:02 +02:00

The Scyther tool

Scyther is a tool for the symbolic analysis of security protocols. It is developed by Cas Cremers, and is available from https://cispa.saarland/group/cremers/scyther/index.html.

The below instructions apply only to the distribution version of the Scyther tool. If you are working from the source files, some paths may be slightly different, and it is recommended to follow the instructions in ../README.md.

Running the scyther tool

Graphical user interface

The graphical user interface can be started by running scyther-gui.py, e.g., enter the following in a terminal and press return

python ./scyther-gui.py

Command-line usage

In the directory ./Scyther there should be an executable for the Scyther backend. Its name depends on the platform:

  • scyther-linux (Linux)
  • scyther-w32 (Windows)
  • scyther-mac (Mac OS X)

If this executable does not exist, you probably downloaded the source files, and will need to compile it first. See ../README.md for further details.

There are also various test scripts (for usage in Linux) in this directory.

Obtaining the sources

Scyther is being developed on Github, and its complete source files are availabe from https://github.com/cascremers/scyther.

Manual

The manual is lagging behind. The current (incomplete) distribution version of the manual can be found here:

However, have a look at the book if you are interested:

Protocol Models

The protocol models have the extension .spdl and can be found in the following directories:

License

Currently the Scyther tool is licensed under the GPL 2, as indicated in the source code. Contact Cas Cremers if you have any questions.