feat: added future for ekoparty
parent
513f2cacc8
commit
1ac81f1a0c
|
@ -0,0 +1,14 @@
|
|||
# Future
|
||||
> You are not allowed to escalate this problem! the root cause as usual is some kind of validation failure, may we have this issue in the near future?
|
||||
|
||||
## About the Challenge
|
||||
We need to pentest the gopher protocol to obtain the flag
|
||||
|
||||
## How to Solve?
|
||||
The gopher protocol is vulnerable to `Directory Traversal` attack, where we can read the flag by accessing `../../../root/.flag.txt`
|
||||
|
||||
![flag](images/flag.png)
|
||||
|
||||
```
|
||||
EKO{r00t_was_pwn3d!}
|
||||
```
|
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
|
@ -11,4 +11,5 @@ CTF writeup for The EKOPARTY CTF 2023 2023. I took part in this CTF competition
|
|||
| Ekonet | [Rulez](/EKOPARTY%20CTF%202023/Rulez/)
|
||||
| Ekonet | [Quotes](/EKOPARTY%20CTF%202023/Quotes/)
|
||||
| Ekonet | [Sync](/EKOPARTY%20CTF%202023/Sync/)
|
||||
| Ekonet | [Future](/EKOPARTY%20CTF%202023/Future/)
|
||||
| Ekonet | [Who](/EKOPARTY%20CTF%202023/Who/)
|
Loading…
Reference in New Issue