Skip to content

Commit cbe7717

Browse files
committed
Text fixes
1 parent 4c30d99 commit cbe7717

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
@@ -33,10 +33,10 @@ Two possible approaches
3333
* Reverse engineer the binary and find out the value of k
3434
* Fetch the [geth source code](https://github.com/ethereum/go-ethereum/wiki/geth)
3535
* Find out which function generates k and work from there (using dynamic or static RE)
36-
* Google "ecdsa k reuse". Use [this tool](https://github.com/tintinweb/ecdsa-private-key-recovery) and plug in known k (no need for two signatures).
36+
* Google "ecdsa k reuse". Use [this tool](https://github.com/tintinweb/ecdsa-private-key-recovery) and plug in known k (no need for two signatures)
3737

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](../blob/master/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](../blob/master/Pwnable/P400-InsaneInTheBlockChain/solution/solution.py)
4242

0 commit comments

Comments
 (0)