File tree Expand file tree Collapse file tree 8 files changed +161
-1
lines changed
ctf2019.syskron-security.com Expand file tree Collapse file tree 8 files changed +161
-1
lines changed Original file line number Diff line number Diff line change 1
- # ctftime
1
+ # ctftime
2
+
3
+ My solutions for various CTF challenges
4
+
5
+ - [ hack.lu] ( hack.lu )
6
+ - [ seccon.jp] ( seccon.jp )
7
+ - [ cryptixctf.com] ( cryptixctf.com )
8
+ - [ rootersctf.in] ( rootersctf.in )
9
+ - [ ctf2019.syskron-security.com] ( ctf2019.syskron-security.com )
10
+ - [ picoctf-2019] ( picoctf-2019 )
11
+ - [ affinityctf] ( affinityctf )
12
+
13
+ Capturing flags for self-education in information security since July 2019.
14
+
15
+ [ 0xf4b1] ( https://ctftime.org/team/85041 ) on ctftime.org
Original file line number Diff line number Diff line change
1
+ # affinityctf
2
+
3
+ ## crypto
4
+
5
+ - [ breaking-bad] ( crypto/breaking-bad )
6
+
7
+ ## forensics
8
+
9
+ - [ man-in-the-middle] ( forensics/man-in-the-middle )
10
+ - [ reflection] ( forensics/reflection )
11
+
12
+ ## misc
13
+
14
+ - [ 1so2nd3er_maschine] ( misc/1so2nd3er_maschine )
15
+ - [ midi1] ( misc/midi1 )
16
+ - [ random-memory] ( misc/random-memory )
17
+ - [ ufo-sounds] ( misc/ufo-sounds )
18
+
19
+ ## web
20
+
21
+ - [ download-me] ( web/download-me )
22
+ - [ hello-unknown] ( web/hello-unknown )
23
+
Original file line number Diff line number Diff line change
1
+ # cryptixctf.com
2
+
3
+ ## make-yourself-comfortable
4
+
5
+ - [ secret-code] ( make-yourself-comfortable/secret-code )
6
+ - [ welcome-gift] ( make-yourself-comfortable/welcome-gift )
7
+ - [ you-made-it-here] ( make-yourself-comfortable/you-made-it-here )
8
+
9
+ ## moving-on
10
+
11
+ - [ infiltrate] ( moving-on/infiltrate )
12
+ - [ mixed-up] ( moving-on/mixed-up )
13
+ - [ where-to-run-this] ( moving-on/where-to-run-this )
14
+
15
+ ## still-manageable
16
+
17
+ - [ the-spy] ( still-manageable/the-spy )
18
+ - [ weird-machine] ( still-manageable/weird-machine )
19
+
20
+ ## welcome-to-the-real-deal
21
+
22
+ - [ hash-hash-hash] ( welcome-to-the-real-deal/hash-hash-hash )
23
+ - [ your-id-please] ( welcome-to-the-real-deal/your-id-please )
24
+
Original file line number Diff line number Diff line change
1
+ # ctf2019.syskron-security.com
2
+
3
+ ## crypto
4
+
5
+ - [ enhanced-plc-encryption-standard] ( crypto/enhanced-plc-encryption-standard )
6
+ - [ schlamperei] ( crypto/schlamperei )
7
+
8
+ ## forensics
9
+
10
+ - [ error-log] ( forensics/error-log )
11
+ - [ packets-are-wonderful] ( forensics/packets-are-wonderful )
12
+
13
+ ## secret
14
+
15
+ - [ insider-attack-2] ( secret/insider-attack-2 )
16
+
Original file line number Diff line number Diff line change
1
+ # hack.lu
2
+
3
+ ## crypto
4
+
5
+ - [ cobol-otp] ( crypto/cobol-otp )
6
+
7
+ ## pwn
8
+
9
+ - [ no-risc-no-future] ( pwn/no-risc-no-future )
10
+
11
+ ## web
12
+
13
+ - [ nucular-power-plant] ( web/nucular-power-plant )
14
+
Original file line number Diff line number Diff line change
1
+ # picoctf-2019
2
+
3
+ ## binary-exploitation
4
+
5
+ - [ got] ( binary-exploitation/got )
6
+ - [ l1im1tl355] ( binary-exploitation/l1im1tl355 )
7
+ - [ newoverflow-1] ( binary-exploitation/newoverflow-1 )
8
+ - [ newoverflow-2] ( binary-exploitation/newoverflow-2 )
9
+ - [ pointy] ( binary-exploitation/pointy )
10
+ - [ rop32] ( binary-exploitation/rop32 )
11
+ - [ rop64] ( binary-exploitation/rop64 )
12
+ - [ slippery-shellcode] ( binary-exploitation/slippery-shellcode )
13
+ - [ stringzz] ( binary-exploitation/stringzz )
14
+
15
+ ## forensics
16
+
17
+ - [ investigative-reversing-0] ( forensics/investigative-reversing-0 )
18
+ - [ investigative-reversing-1] ( forensics/investigative-reversing-1 )
19
+ - [ m00nwalk] ( forensics/m00nwalk )
20
+ - [ m00nwalk2] ( forensics/m00nwalk2 )
21
+ - [ whitepages] ( forensics/whitepages )
22
+
23
+ ## reverse-engineering
24
+
25
+ - [ reverse_cipher] ( reverse-engineering/reverse_cipher )
26
+
27
+ ## web-exploitation
28
+
29
+ - [ jawt-scratchpad] ( web-exploitation/jawt-scratchpad )
30
+
Original file line number Diff line number Diff line change
1
+ # rootersctf.in
2
+
3
+ ## cryptography
4
+
5
+ - [ babyrsa] ( cryptography/babyrsa )
6
+
7
+ ## forensics
8
+
9
+ - [ cunning-black-cow] ( forensics/cunning-black-cow )
10
+ - [ find-the-pass] ( forensics/find-the-pass )
11
+ - [ you-can-t-see-me] ( forensics/you-can-t-see-me )
12
+
13
+ ## misc
14
+
15
+ - [ luna-3] ( misc/luna-3 )
16
+ - [ programming] ( misc/programming )
17
+
18
+ ## pwn
19
+
20
+ - [ baby-pwn] ( pwn/baby-pwn )
21
+
22
+ ## reverse-engineering
23
+
24
+ - [ ch02] ( reverse-engineering/ch02 )
25
+
26
+ ## web
27
+
28
+ - [ baby-web] ( web/baby-web )
29
+
Original file line number Diff line number Diff line change
1
+ # seccon.jp
2
+
3
+ ## crypto
4
+
5
+ - [ coffee-break] ( crypto/coffee-break )
6
+
7
+ ## reversing
8
+
9
+ - [ follow-me] ( reversing/follow-me )
10
+
You can’t perform that action at this time.
0 commit comments