https://github.com/saeed0xf/black-hat-ctf
This CTF event was organised by Data Science analytics and Cyber Security club at the annual Tech Fest Prajyukttam 🎆, Assam Don Bosco University 🎓
https://github.com/saeed0xf/black-hat-ctf
binary-exploitation capture-the-flag cryptography ctf ctf-challenges ctf-tools digital-forensics web-exploitation website
Last synced: 7 months ago
JSON representation
This CTF event was organised by Data Science analytics and Cyber Security club at the annual Tech Fest Prajyukttam 🎆, Assam Don Bosco University 🎓
- Host: GitHub
- URL: https://github.com/saeed0xf/black-hat-ctf
- Owner: saeed0xf
- License: mit
- Created: 2022-09-25T05:34:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T06:00:51.000Z (about 3 years ago)
- Last Synced: 2025-02-11T16:39:52.123Z (8 months ago)
- Topics: binary-exploitation, capture-the-flag, cryptography, ctf, ctf-challenges, ctf-tools, digital-forensics, web-exploitation, website
- Homepage:
- Size: 20.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Black Hat CTF 🏴☠️
There are 4 categories of challenges
- Web Exploitation 🕸
- Binary Exploitation 🪐
- Digital Forensics 🔍
- Cryptography 🔐Each category includes 3-5 problems
# Flag ⛳
The Format of the flag is```
DSAC{some random string}
```here the random string can be anything depending upon the problem
## Setup 🔧
If you are interested in solving these challenges just clone this repository```bash
git clone https://github.com/zerodayrat/black-hat-ctf.git
```
All problems can be solved without requiring any extra setup except for web.for web exploitation put the `web` directory in your apache2/nginx/xmapp etc. server and start the server and you'll be directly able to access it in your browser.