All Projects → Probely → CTF-Challenges

Probely / CTF-Challenges

Licence: Apache-2.0 License
Capture the flag challenges

Programming Languages

PHP
23972 projects - #3 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to CTF-Challenges

obsidian
Writeups for CTF challenges.
Stars: ✭ 47 (+14.63%)
Mutual labels:  ctf-writeups, ctf, ctf-solutions, ctf-challenges
nsa-codebreaker-2020
My solutions to the 2020 NSA Codebreaker Challenge
Stars: ✭ 69 (+68.29%)
Mutual labels:  ctf-writeups, ctf, ctf-solutions, ctf-challenges
flare-on-challenges
Write-ups for FireEye's FLARE-On challenges
Stars: ✭ 24 (-41.46%)
Mutual labels:  ctf-writeups, ctf, ctf-solutions, ctf-challenges
ctf4noobs
Resumão da massa sobre Capture the Flag.
Stars: ✭ 18 (-56.1%)
Mutual labels:  ctf-writeups, ctf, ctf-solutions, ctf-challenges
CTF-Script-And-Template-Thrift-Shop
[180+ scripts] There are a few genuine gems in there. And a lot of spaghetti code. Most of these scripts were for solving CTF's. If you googles something for a CTF and landed here look at the scripts they're all fairly malleable. Sorry for the shitty naming conventions (not really). If you are a recruiter stop. I wont be able to rewrite half thi…
Stars: ✭ 38 (-7.32%)
Mutual labels:  ctf, ctf-solutions, ctf-challenges
wanictf21spring-writeup
WaniCTF'21-spring official writeup & source code
Stars: ✭ 14 (-65.85%)
Mutual labels:  ctf-writeups, ctf, ctf-challenges
ctfdump
ctf solutions
Stars: ✭ 64 (+56.1%)
Mutual labels:  ctf-writeups, ctf, ctf-solutions
wani-writeup
CTF solutions from Osaka University CTF team Wani Hackase
Stars: ✭ 20 (-51.22%)
Mutual labels:  ctf-writeups, ctf, ctf-solutions
hackergame2021-writeups
中国科学技术大学第八届信息安全大赛的官方与非官方题解
Stars: ✭ 444 (+982.93%)
Mutual labels:  ctf-writeups, ctf, ctf-challenges
tryhackme-ctf
TryHackMe CTFs writeups, notes, drafts, scrabbles, files and solutions.
Stars: ✭ 140 (+241.46%)
Mutual labels:  ctf-writeups, ctf-solutions, ctf-challenges
ctf
ctf wp 2019-2020
Stars: ✭ 23 (-43.9%)
Mutual labels:  ctf-writeups, ctf, ctf-solutions
2020p
WeCTF 2020+ Source Code & Organizer's Writeup
Stars: ✭ 22 (-46.34%)
Mutual labels:  ctf-writeups, ctf, ctf-challenges
Privilege Escalation
This cheasheet is aimed at the CTF Players and Beginners to help them understand the fundamentals of Privilege Escalation with examples.
Stars: ✭ 2,117 (+5063.41%)
Mutual labels:  ctf-writeups, ctf, ctf-challenges
noxCTF-2018-PSRF-as-Pwn
No description or website provided.
Stars: ✭ 50 (+21.95%)
Mutual labels:  ctf-writeups, ctf, ctf-solutions
jerseyctf-2021-challenges
JerseyCTF 2021
Stars: ✭ 22 (-46.34%)
Mutual labels:  ctf-writeups, ctf, ctf-challenges
BFS2019
Bluefrost Exploitation Challenge 2019 - Exploit and Writeup
Stars: ✭ 20 (-51.22%)
Mutual labels:  ctf-writeups, ctf-challenges
ctf
CTF programs and writeups
Stars: ✭ 22 (-46.34%)
Mutual labels:  ctf-writeups, ctf
factordb
RSA primes numbers /RSA/CTFs
Stars: ✭ 42 (+2.44%)
Mutual labels:  ctf, ctf-challenges
CTF
CTF (Capture The Flag Writeups and Tools)
Stars: ✭ 57 (+39.02%)
Mutual labels:  ctf-writeups, ctf
exploiting
Exploiting challenges in Linux and Windows
Stars: ✭ 122 (+197.56%)
Mutual labels:  ctf, ctf-challenges

Security CTF Challenges

In this repository you can find challenges from previous capture-the-flag security competitions organized by the Probe.ly team. For now we're only adding challenges that were both opened and successfully solved by some team during a public event.

Feel free to use these in your own competitions either as-is or as starting points for your own custom challenges, perhaps together with our competition dashboard.

Challenges are organized by category. Each challenge has a level of difficulty, indicated in each challenge folder name, and range from 100 to 400, where 100 is the easiest and 400 the hardest.

Each challenge has its own README.md file with the challenge context and installation instructions. The solution is in a separate SOLUTION.md file to avoid spoilers.

There is also a Vagrantfile available in the repository's root. To have an environment similar to the one where we test the challenges, install Vagrant with VirtualBox and run vagrant up. This sets up a base environment, so make sure to check each challenges' README.md for challenge-specific dependencies.

Disclaimer

This isn't production code. All of these challenges have vulnerabilities built into them on purpose. As they're one-off programs, they may also contain other random issues we didn't account for (if a team happens to discover one of these, it becomes part of the competition too).

Also, they're mostly using development-grade services and we recommend you run them behind a reverse proxy such as nginx. Check the nginx directory in the repository for configuration examples.

Contributing

We encourage you to fork this repository and add your own challenges. If you'd be kind enough to submit a pull request, we would surely appreciate it.

Kudos to @serranos, @tomahock and @carlosefr for helping developing some of these challenges!

-- [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].