Skip to content

Commit 09a361f

Browse files
committed
Updated README
1 parent 37d86c3 commit 09a361f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Binary Exploitation/got-2-learn-libc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Binary Exploitation
1515
## Solution
1616
Working solution [solve.py](solution/solve.py)
1717

18-
Thanks to [@LFlare](https://github.com/LFlare?tab=repositories) for making the code compatible with ASLR
18+
Thanks to [@LFlare](https://github.com/LFlare) for making the code compatible with ASLR
1919

2020
### Flag
2121
`picoCTF{syc4al1s_4rE_uS3fUl_6319ec91}`

Binary Exploitation/got-2-learn-libc/solution/solve.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/python
2-
32
from pwn import *
43
import os.path
54

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This CTF was done with [@pauxy](https://github.com/pauxy) and [@StopDuckRoll](ht
3333
- [caesar cipher 2](Cryptography/caesar%20cipher%202) - 250
3434
- [rsa-madlibs](Cryptography/rsa-madlibs)- 250
3535
- SpyFi (Unsolved) - 300
36-
- Super Safe RSA (Unsolved) - 350
36+
- [Super Safe RSA](Cryptography/Super%20Safe%20RSA) (Unsolved) - 350
3737
- [Super Safe RSA 2](Cryptography/Super%20Safe%20RSA%202) - 425
3838
- [Magic Padding Oracle](Cryptography/Magic%20Padding%20Oracle) (Unsolved) - 450
3939
- Super Safe RSA 3 (Unsolved) - 600
@@ -84,7 +84,7 @@ This CTF was done with [@pauxy](https://github.com/pauxy) and [@StopDuckRoll](ht
8484
- [assembly-1](Reversing/assembly-1) - 200
8585
- [be-quick-or-be-dead-1](Reversing/be-quick-or-be-dead-1) - 200
8686
- [quackme](Reversing/quackme) - 200
87-
- [assembly-2](Reversing/assembly-2) (Unsolved) - 250
87+
- [assembly-2](Reversing/assembly-2) - 250
8888
- be-quick-or-be-dead-2 (Unsolved) - 275
8989
- Radix's Terminal (Unsolved) - 400
9090
- [keygen-me-1](Reversing/keygen-me-1) (Unsolved) - 400

0 commit comments

Comments
 (0)