Skip to content

Commit 04a73e0

Browse files
author
YASME-Tim
committed
📝 💊 Add authors of repo-local writeups for securinets-ctf-2015
1 parent 1c24805 commit 04a73e0

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

securinets-ctf-2015/crack/reverse/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
1212
## Write-up
1313

14+
by [Freddrickk](https://github.com/Freddrickk)
15+
1416
That's my first write-up ever, so I apologize in advance if this is a bit clumsy.
1517

1618
What we have here is an ASPack packed binary. Usually, the proper way to solve a packed

securinets-ctf-2015/forensics/document/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
1313
## Write-up
1414

15+
by [shikata-ga-nai](https://github.com/shikata-ga-nai)
16+
1517
We are given with file, which we can discover with Unix "file" command, happens to be RAR archive. Firstly we unrar it. We get a folder with 3 folders and 1 file inside. Folders: word, docProps, customXml. File: [Content_Types].xml. Word folder gives us a clue that it might be a word document, which is basically a zipped archive of mentioned folders and that file above. Thus, we zip-archive the folder and give it .docx extension. After that we can open the file, for example, in Google Drive (https://docs.google.com/document/d/1aV4tQvcVd6BULTrHQpE-JiJG57KAFG9NVku7K2oReZI) and get the flag.
1618
Flag= D3_R13N_ChA113Ng3R_
1719

securinets-ctf-2015/forensics/forensics2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
1212
## Write-up
1313

14+
by [polym](https://github.com/abpolym)
15+
1416
We are given a rar that we extract to find two files, `SAM` and `SYSTEM`:
1517

1618
```bash

securinets-ctf-2015/stegano/basics/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
1212
## Write-up
1313

14+
by [polym](https://github.com/abpolym)
15+
1416
We are given a PNG file:
1517

1618
![](./steg.png)

securinets-ctf-2015/stegano/broken/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
1212
## Write-up
1313

14+
by [polym](https://github.com/abpolym)
15+
1416
We are given a ''broken'' QR code:
1517

1618
![](Broken.jpg)

securinets-ctf-2015/stegano/google/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
1212
## Write-up
1313

14+
by [polym](https://github.com/abpolym)
15+
1416
This write-up is loosely based on a writeup by [ipushino](http://ipushino.blogspot.de/2015/03/securinets-ctf-2015-stegano-google.html).
1517

1618
We are given a PNG that display the Google Home Page:

securinets-ctf-2015/web/cookies/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
1212
## Write-up
1313

14+
by [polym](https://github.com/abpolym)
15+
1416
We look at out cookies and see several cookies of similar length and one cookie that does stand out:
1517

1618
![](cookies.png)

0 commit comments

Comments
 (0)