picoCTF 2018 Crypto Writeups
Here are some short write-ups of the cryptography challenges from this year's picoCTF. I have attempted to explain all steps taken to solve each challenge in a beginner-friendly fashion; I hope you enjoy!…
Here are some short write-ups of the cryptography challenges from this year's picoCTF. I have attempted to explain all steps taken to solve each challenge in a beginner-friendly fashion; I hope you enjoy!…
author: k4m4 email: nikolaskam{at}gmail{dot}com twitter: @NikolasKama creator - @mrb3n host - hackthebox.eu Owning user Let's start up with the usual Nmap port scan. ~ ❯❯❯ nmap -sC -sV 10.10.10.75 Starting Nmap 7.70 ( https://nmap.org ) at 2018-06-25 18:52 EEST Nmap scan report…
KickThemOut v2.0 is finally here, along with major fixes and modifications! Major new changes: Python 3 compatibility (yay) Following several requests and recommendations from the community, KickThemOut has officially shifted to compatibility with Python 3! 🎊 Here's what the new Debian installation looks like: ~ ❯❯❯ sudo apt-get update && sudo…
Only one week is left until my first trip to Leipzig, Germany, where I will attend the 34th Chaos Communication Congress (a.k.a. 34C3)! Things I am looking forward to: SCHINFO Assembly 34C3 CTF Volunteering Meeting new like minded people During the conference, I will be staying with some…
DyMerge. My first ever open-source project. Here's what I learned from it and why it sucks. Wtf is DyMerge DyMerge was my very first GitHub project, designed to merge multiple dictionaries into one for efficient dictionary based password attacks. You can read more about the initial idea and the project…