https://github.com/janniskirschner/andromeda
Python/Scapy based flag capturing system for use in ctf context.
https://github.com/janniskirschner/andromeda
Last synced: 7 months ago
JSON representation
Python/Scapy based flag capturing system for use in ctf context.
- Host: GitHub
- URL: https://github.com/janniskirschner/andromeda
- Owner: JannisKirschner
- License: gpl-3.0
- Created: 2017-11-30T20:46:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T09:45:54.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T19:55:09.882Z (9 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Andromeda
Python/Scapy based flag capturing system for use in ctf context.Why is this script superior to other solutions?
- It's extensible - Customize it as much as you want
- It's lightweight - No big seperate VM's needed
- It's secure - the less code the less vulnerabilities
- Configuration is simple - Just start :)
## Requirements:
- Python 2.X
- Scapy (http://www.secdev.org/projects/scapy/)