Skip to content

Commit 9fb708d

Browse files
committed
Fix broken links. Now I really mean it :)
1 parent 992ca91 commit 9fb708d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pwnable/400-InsaneInTheBlockchain/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Check out this transaction, on the Ethereum blockchain:
66
https://etherscan.io/address/0x55dfcea405a1c9b7336cd2286c2c3040f9b13e7d
77

8-
We know [this binary](Pwnable/P400-InsaneInTheBlockChain/bin/geth) was used to sign it.
8+
We know [this binary](bin/geth) was used to sign it.
99

1010
Extract the private key used to sign this transaction.
1111

@@ -38,5 +38,5 @@ Two possible approaches
3838
* Analytical method
3939
* Perform two signatures with some key
4040
* Google "edsa k reuse". Use [this tool](https://github.com/tintinweb/ecdsa-private-key-recovery)
41-
* Alternatively, having a known key allows us to extract `k` directly. Having `k` allows us to extract the private key from only transaction only. Check out the [solution file](Pwnable/P400-InsaneInTheBlockChain/solution/solution.py)
41+
* Alternatively, having a known key allows us to extract `k` directly. Having `k` allows us to extract the private key from only transaction only. Check out the [solution file](solution/solution.py)
4242

0 commit comments

Comments
 (0)