Skip to content

Commit

Permalink
screenshot: updated with peaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbrumley authored and romen committed Jan 29, 2019
1 parent d30238f commit 2f80f1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.bin
*.pem
*.sig
ecc
spy
pipe.fifo
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Summary

This is a proof-of-concept exploit of the PortSmash microarchitecture attack, tracked by CVE-2018-5407.
This is a proof-of-concept exploit of the PortSmash microarchitecture attack, tracked by [CVE-2018-5407](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5407).

More technical details about the PortSmash side-channel are available in [this manuscript](https://eprint.iacr.org/2018/1060).

![Alt text](parse_raw_simple.png?raw=true "Title")
![Alt text](parse_raw_simple.png?raw=true "sample PortSmash visualization tooling")

# Setup

Expand Down
4 changes: 2 additions & 2 deletions parse_raw_simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions parse_raw_simple.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys
import array
Expand Down

0 comments on commit 2f80f1e

Please sign in to comment.