Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a type of test adversary that can perform Man-in-the-Middle attacks #45

Closed
vkomenda opened this issue May 24, 2018 · 2 comments
Closed
Labels

Comments

@vkomenda
Copy link
Contributor

Currently the test adversary can perform only eavesdropping attacks. To the attack in Issue #37, there has to be a more capable adversary that can also

  • reorder messages,

  • delay messages for any amount of time.

While man-in-the-middle attacks can be more powerful than the #37 attack, that attack requires the attacker to control the message flow rather than just listen to it. This level of control should be provided by the man-in-the-middle adversary type.

@d33a94975ba60d59
Copy link
Contributor

The net framework provides this functionality, as demonstrated by #270. I believe this issue can be closed.

@mbr
Copy link
Contributor

mbr commented Oct 17, 2018

Yeah, this is outdated =).

@mbr mbr closed this as completed Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants