Skip to content

Commit 44118d3

Browse files
committed
Add hd output for 3-wire mode
1 parent 79eba87 commit 44118d3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_posts/2024-02-04-Ph0wn-Flag-Digger.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ ph0wn{M@st3r0f3wireMem0ry!}
8989

9090
Yep, that's a flag: **ph0wn{M@st3r0f3wireMem0ry!}**
9191

92+
Since the writing of this blog post, [bvernoux](https://twitter.com/bvernoux) added the `hd` feature in the 3-wire mode, allowing us to directly parse the hex content into string. The code has been added in this commit [a6019f4236758cf5ad19ba2d7b386f706f8cb303](https://github.com/hydrabus/hydrafw/commit/a6019f4236758cf5ad19ba2d7b386f706f8cb303), upgrade your HydraBus to benefit from it 🤩
93+
94+
{% highlight py%}
95+
threewire1> 0x01 0b10000000 hd:255
96+
WRITE: 0x01 0x80
97+
70 68 30 77 6E 7B 4D 40 73 74 33 72 30 66 33 77 | ph0wn{M@st3r0f3w
98+
69 72 65 4D 65 6D 30 72 79 21 FF FF FF FF FF FF | ireMem0ry!......
99+
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF | ................
100+
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF | ................
101+
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF | ................
102+
{% endhighlight %}
103+
92104

93105
## References
94106

0 commit comments

Comments
 (0)