Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onero/actf-writeup
https://github.com/onero/actf-writeup
ctf-writeups cybersecurity hacking hugo
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/onero/actf-writeup
- Owner: onero
- License: mit
- Created: 2023-12-19T16:39:16.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-21T23:30:52.000Z (11 months ago)
- Last Synced: 2023-12-22T09:55:11.956Z (11 months ago)
- Topics: ctf-writeups, cybersecurity, hacking, hugo
- Language: HTML
- Homepage: https://ctf.adamino.dk/
- Size: 851 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Adamino CTF Writeups
Welcome to the repository for Adamino CTF Writeups - a comprehensive collection of write-ups from various Capture The Flag (CTF) competitions. Our Hugo-powered site showcases the team's problem-solving skills, technical expertise, and creativity in tackling CTF challenges.# About
This project is dedicated to documenting and sharing detailed solutions and methodologies our team employed during various CTF events. We aim to provide insights not only into the solutions but also into the thought processes and strategies behind them, making this a valuable resource for both learning and reference.# Features
Organized Content: Challenges are categorized based on their nature and complexity.
Interactive Solutions: In-depth explanations with code snippets and tools used.
Team Collaboration: Collaborative environment where team members contribute their solutions and insights.
Getting Started
To get a local copy up and running, follow these simple steps:# Prerequisites
[Install Hugo](https://gohugo.io/)Clone the repository:
```sh
git clone https://github.com/onero/aCTF-Writeups.git
cd aCTF-Writeups
git submodule update --init --recursive
```Start the Hugo server:
```sh
hugo serve
```
Visit [http://localhost:1313](http://localhost:1313) in your browser to view the site.# Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature)
Commit your Changes (git commit -m 'Add some AmazingFeature')
Push to the Branch (git push origin feature/AmazingFeature)
Open a Pull Request# License
Distributed under the MIT License. See LICENSE for more information.