- Dr. Emmanouil Vasilomanolakis - ID2T idea, guidance and suggestions during development
- Carlos Garcia - ID2T idea, guidance and suggestions during development
- Jens Keim - Group A, current maintainer
- Aidmar Wainakh - analysis and development of attacks as part of his Master Thesis, guidance and suggestions during development
- Leon Böck - guidance and suggestions during development of Membership Management Communication Attack
- Patrick Jattke - development of first public release as part of his Bachelor Thesis
- Nikolay Milanov - development of first prototype within his Master Thesis
- Stefan Schmidt - Group A and later volunteer contributor
- Stefano Acquaviti - Group A
- Roey Regev - Group A
- Jonathan Speth - Group A
- Dustin Born - Group B
- Christof Jugel - Group B
- Marcel Juschak - Group B
- Joshua Kühlberg - Group B
- Denis Waßmann - Group B
- Group A - Bachelor Practicum 2017/18: development of multiple attacks and general improvements
- Group B - Bachelor Practicum 2017/18: development of Membership Management Communication and Memcrashed Spoofer Attack
If you want to contribute, feel free to send a pull request.
Before sending pull requests please consider the following workflow suggestions:
- keep in touch
- if you are fixing an issue, state it early on within the corresponding thread
- if you add new functionality feel free to let us know
we might be interested to collaborate
- make sure to
git pull --rebase
our upstreammaster
regularly to stay update - make sure your branch...
- ...is conflict free with our current upstream master branch
- ...builds and finishes all tests successfully in TravisCI