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

Scyther cannot find attack #27

Open
gilcu3 opened this issue Nov 17, 2020 · 4 comments
Open

Scyther cannot find attack #27

gilcu3 opened this issue Nov 17, 2020 · 4 comments

Comments

@gilcu3
Copy link

gilcu3 commented Nov 17, 2020

The following protocol msc.pdf is insecure. Its corresponding Scyther model is shown below:

protocol DY2(I, R) {

	role I {

		fresh ni: Nonce;

		send_1(I, R, {I, {ni}pk(R)}pk(R) );

		recv_2(R, I, {R, {ni}pk(I)}pk(I) );	

		claim_3(I, Secret, ni);

}


	role R {

		var ni: Nonce;
	
		recv_1(I, R, {I, {ni}pk(R)}pk(R) );

		send_2(R, I, {R, {ni}pk(I)}pk(I) );

	}

}

The attack is attack.pdf. It is a type flaw attack, but no matter how I set the options in Scyther, it says the protocol is "Ok".

@cascremers
Copy link
Owner

Thanks for the report, we'll look into it.

@cascremers
Copy link
Owner

P.s. could you please add information on the version of Scyther you used (detailed version number, github commit if possible, and details of the operating system you are using).

@gilcu3
Copy link
Author

gilcu3 commented Nov 17, 2020

OS: Archlinux
Scyther : v1.1.3 (installed from http://www.cs.ox.ac.uk/people/cas.cremers/downloads/scyther/scyther-linux-v1.1.3.tgz)

@GOKULKUMAR-2004
Copy link

please tell me the is there any syntax error in sycther tool ????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants