https://github.com/lc/rlyctf
rlyCTF (relay CTF) challenge to emulate real-world SSRF attacks.
https://github.com/lc/rlyctf
Last synced: about 1 year ago
JSON representation
rlyCTF (relay CTF) challenge to emulate real-world SSRF attacks.
- Host: GitHub
- URL: https://github.com/lc/rlyctf
- Owner: lc
- Created: 2018-10-16T01:47:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T16:54:58.000Z (about 7 years ago)
- Last Synced: 2025-03-25T17:24:52.358Z (about 1 year ago)
- Language: HTML
- Size: 156 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rlyCTF
rlyCTF (relay CTF) is a simple capture the flag challenge to emulate real-world SSRF attacks.
# installation:
```
git clone https://github.com/lc/rlyCTF
cd rlyCTF & vim rlyserver.go
```
change the line
`path := "/root/rlyCTF"`
to
`path := "//rlyCTF"`
```
cd install && chmod +x install.sh
./install.sh
service rlyserver start
```
## Solution:
https://www.youtube.com/watch?v=6u3XYGDuI7U