Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Fixed Indentation in Lost Key challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh1206 committed Nov 17, 2018
1 parent 8ec1c9a commit 638fe6e
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,10 +1,10 @@
# Lost-Key

1. **Challenge Description**: I lost my public key. Can you find it for me?
+ `nc 18.179.251.168 21700`
+ `nc 18.179.251.168 21700`
2. **Challenge Writeup**
+ [CTFtime](https://ctftime.org/task/6888)
+ [My exploit script](https://github.com/ashutosh1206/Crypto-CTF-Writeups/blob/master/2018/HITCON-CTF/Lost-Key/exploit.py)
+ [CTFtime](https://ctftime.org/task/6888)
+ [My exploit script](https://github.com/ashutosh1206/Crypto-CTF-Writeups/blob/master/2018/HITCON-CTF/Lost-Key/exploit.py)

## Instructions to host locally
Run the shell script [run.sh](run.sh) and interact with the service using pwntools' `process` function. For more information, checkout the script I wrote to solve the challenge locally [exploit.py](exploit.py).
Expand Down

0 comments on commit 638fe6e

Please sign in to comment.