1
0
Fork
You've already forked ctf_fun
0
I decided I wanted to start doing some of the CTF challenges again, so I thought I'd start a new repo to hold the code and walk-throughs for them.
  • Jupyter Notebook 85.8%
  • C 9.6%
  • Python 4.6%
2023年11月26日 11:28:38 -08:00
solutions solved a few more 2023年11月26日 11:28:38 -08:00
.gitignore Syncing online and offline versions. Cleaning up. 2023年11月24日 12:05:50 -08:00
LICENSE Initial commit 2023年11月21日 18:30:52 +00:00
README.md Syncing online and offline versions. Cleaning up. 2023年11月24日 12:05:50 -08:00
requirements.txt solved another 2023年11月24日 17:52:25 -08:00

CTF Fun

I decided I wanted to start doing some of the CTF challenges again, so I thought I'd start a new repo to hold the code and walk-throughs for them.

You can render the notebooks using NBViewer. Just paste in the link to the raw notebook file.

To Do

  • Figure out a good structure for this project.
  • Add any other fun playgrounds I come across.
  • Hack the Planet.

Files

.
├── solutions
│ ├── wave_a_flag
│ │ └── warm
│ ├── transformation
│ │ └── enc
│ ├── stonks
│ │ └── vuln.c
│ ├── python_wrangling
│ │ ├── pw.txt
│ │ ├── flag.txt.en
│ │ └── ende.py
│ ├── pico_ctf.ipynb
│ ├── over_the_wire.ipynb
│ ├── obedient_cat
│ │ └── flag
│ ├── nice_netcat
│ ├── mod_26
│ └── information
│ └── cat.jpg
├── scratch
│ └── scratch.ipynb
├── requirements.txt
├── README.md
└── LICENSE