https://github.com/kulkansecurity/ctf-challenge-ekoparty-2024
Challenge we created for the Ekoparty 2024 Main CTF
https://github.com/kulkansecurity/ctf-challenge-ekoparty-2024
Last synced: about 1 month ago
JSON representation
Challenge we created for the Ekoparty 2024 Main CTF
- Host: GitHub
- URL: https://github.com/kulkansecurity/ctf-challenge-ekoparty-2024
- Owner: kulkansecurity
- Created: 2025-01-03T18:23:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T12:44:12.000Z (4 months ago)
- Last Synced: 2025-01-28T20:32:26.198Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KULKAN EKOPARTY 2024 CTF CHALLENGE - NMAP RCE
A challenge we made for Ekoparty's 2024 Main CTF.
Find the writeup here: [https://blog.kulkan.com/our-nmap-ctf-challenge-for-ekoparty-cf55379bf000](https://blog.kulkan.com/our-nmap-ctf-challenge-for-ekoparty-cf55379bf000)
## Running the challenge:
Clone the repository and build the challenge:
```
git clone https://github.com/kulkansecurity/ctf-challenge-ekoparty-2024
cd ctf-challenge-ekoparty-2024
docker build -t kulkan-challenge-2024 .
```Running
```
docker run --rm -it -p 5000:5000 ctf-challenge-ekoparty-2024
```The challenge should now be accesible from http://localhost:5000