An open API service indexing awesome lists of open source software.

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.

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