forked from ctfs/write-ups-2017
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
nullcon-hackim-2017/pwn/exploitation-question1-200/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# nullcon HackIM 2017 : exploitation-question1-200 | ||
|
||
**Category:** Pwn | ||
**Points:** 200 | ||
**Solves:** | ||
**Description:** | ||
|
||
This is a simple program; there's probably nothing exploitable right? It just works with simple strings! | ||
Exploit the daemon at 34.198.96.6:9001 | ||
|
||
Binary files are available at: | ||
|
||
<http://34.198.96.6/binaries/> | ||
|
||
## Write-up | ||
|
||
(TODO) | ||
|
||
## Other write-ups and resources | ||
|
||
* none yet |
21 changes: 21 additions & 0 deletions
21
nullcon-hackim-2017/pwn/exploitation-question2-300/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# nullcon HackIM 2017 : exploitation-question2-300 | ||
|
||
**Category:** Pwn | ||
**Points:** 300 | ||
**Solves:** | ||
**Description:** | ||
|
||
We think there's something strange with this fortune cookie program. See if you can figure out what hidden information it may be leaking. | ||
Exploit the daemon at 34.198.96.6:9002 | ||
|
||
Binary files are available at: | ||
|
||
<http://34.198.96.6/binaries/> | ||
|
||
## Write-up | ||
|
||
(TODO) | ||
|
||
## Other write-ups and resources | ||
|
||
* none yet |
20 changes: 20 additions & 0 deletions
20
nullcon-hackim-2017/pwn/exploitation-question3-400/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# nullcon HackIM 2017 : exploitation-question3-400 | ||
|
||
**Category:** Pwn | ||
**Points:** 400 | ||
**Solves:** | ||
**Description:** | ||
|
||
Exploit the daemon at 34.198.96.6:9003. | ||
|
||
Binary files are available at: | ||
|
||
<http://34.198.96.6/binaries/> | ||
|
||
## Write-up | ||
|
||
(TODO) | ||
|
||
## Other write-ups and resources | ||
|
||
* none yet |
16 changes: 16 additions & 0 deletions
16
nullcon-hackim-2017/pwn/exploitation-question4-500/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# nullcon HackIM 2017 : exploitation-question4-500 | ||
|
||
**Category:** Pwn | ||
**Points:** 500 | ||
**Solves:** | ||
**Description:** | ||
|
||
TODO | ||
|
||
## Write-up | ||
|
||
(TODO) | ||
|
||
## Other write-ups and resources | ||
|
||
* none yet |