https://github.com/albovo/attackdefense
This repository contains some setups for useful tools for CTF A/D.
https://github.com/albovo/attackdefense
attack-defense ctf-tools cyberchallenge destructivefarm exploit-code tulip unibo
Last synced: about 2 months ago
JSON representation
This repository contains some setups for useful tools for CTF A/D.
- Host: GitHub
- URL: https://github.com/albovo/attackdefense
- Owner: AlBovo
- License: mit
- Created: 2024-05-10T19:03:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T20:13:37.000Z (about 1 year ago)
- Last Synced: 2024-05-10T20:39:53.767Z (about 1 year ago)
- Topics: attack-defense, ctf-tools, cyberchallenge, destructivefarm, exploit-code, tulip, unibo
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attack Defense

This repository contains some setups for useful tools for [CTF A/D](https://en.wikipedia.org/wiki/Capture_the_flag_(cybersecurity)).
Thanks to suggestions from the [Ulisse](https://ctf.ulis.se) team at the University of Bologna, it was possible to modify or create tools in order to make them easily accessible and configurable during the national finals of **Cyberchallenge 2024**.## TODOs
- [x] Create a script to exploit a *misconfiguration* of Tulip (no authentication set).
- [x] Write an exploit template that can retrieve the flag-ids and submit flags to [`Destructive Farm`](https://github.com/DestructiveVoice/DestructiveFarm).
- [ ] Setup a Docker for [`Tulip`](https://github.com/OpenAttackDefenseTools/tulip) with authorization and pcap-broker.## Credits
- **Tulips**
🌷 [`Tulip`](https://github.com/OpenAttackDefenseTools/tulip) is a flow analyzer meant for use during Attack / Defence CTF competitions. It allows players to easily find some traffic related to their service and automatically generates python snippets to replicate attacks.- **Destructive Farm**
[`Destructive Farm`](https://github.com/DestructiveVoice/DestructiveFarm) is an exploit farm for attack-defense CTF competitions.