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

run.sh add a --loop option so it runs the test in a loop #55

Open
dshmgh opened this issue Jan 21, 2018 · 2 comments
Open

run.sh add a --loop option so it runs the test in a loop #55

dshmgh opened this issue Jan 21, 2018 · 2 comments

Comments

@dshmgh
Copy link

dshmgh commented Jan 21, 2018

I made a new verion of run.sh that adds an option --loop so that the test can be run in a loop. For those systems which show NOT VULNERABLE, the test should be run perhaps 100 to 1000 times to really verify no vulnerability. I have some Intel P4 processors that only show VULNERABLE once in 200 to once in 2000 runs and the test string of "%s version %s" is only partially correct. My assumption is that the exploit is unlikely to succeed on those processors.

I'm somewhat new to github, should I attach my run_loop.sh here?

@paboldin
Copy link
Owner

paboldin commented Jan 21, 2018

@dshmgh yes, please attach it. Upload it there https://gist.github.com/ and provide a link here.

@dshmgh
Copy link
Author

dshmgh commented Jan 21, 2018

OK, I've uploaded the file:
https://gist.github.com/dshmgh/10721f544585c4d2e2725324e1df6d80

The --loop option is optional, without it runs as before but always exits with
exit $vuln

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

2 participants