Home
h3xit's ~
Cancel

PicoCTF 2022 - Binary Exploitation

Binary Overflow 0 Challenge Smash the stack Let's start off simple, can you overflow the correct buffer? The program is available here. You can view source here. And connect with it using: nc satu...

PicoCTF 2022 - Reverse Engineering Challenges

Bloat.py Challenge Can you get the flag? Run this Python program in the same directory as this encrypted flag. We are given 2 files: bloat.flag.py : a script that asks for a password and gives ...

PicoCTF 2022 - Crypto Challenges

Basic Mod 1 Challenge We found this weird message being passed around on the servers, we think we have a working decrpytion scheme. Download the message here. Take each number mod 37 and map it to ...

Hack The Box - RouterSpace

Challenge description https://app.hackthebox.com/machines/RouterSpace This VM is a medium Linux machine Reconnaissance / Enumeration Port scanning and service identification $ rustscan -a $ip ...

24H@CTF - Jamais Sans Mon Riz

Challenge Description “Jamais sans mon riz” was the web track designed by Desjardins at the 2022 edition of PolyHx’s 24H@CTF At the time or writing this, the challenge was still available at http...

24H@CTF - I'm Blue da ba dee da ba di

Challenge Description I’m Blue da ba dee da ba di was the “blue team” track of the 2022 edition of PolyHx’s 24H@CTF that tooks place on 2022-02-06. We are placed in a scenario where we must inves...

24H@CTF - Crypto

Crypto #1 Content of the challenge file: Open with text editor: I did a regex find/replace (.[[0-9]{1,2}m). There was probably a better/cleaner way but it worked and it was quick L'Écolecyber ...

Try Hack Me - Lumberjack Turtle

Challenge description https://tryhackme.com/room/lumberjackturtle Reconnaissance / Enumeration Port scanning and service identification $ rustscan -a $ip -r 1-65535 -- -A -sC .----. .-. .-. ....

Try Hack Me - Hamlet

Challenge description This one is a medium linux box. Warning: be gentle on brute forcing, enumerating. It doesn’t support much load. https://tryhackme.com/room/hamlet Reconnaissance / Enumer...

Hack The Box - Devel

Challenge description https://app.hackthebox.com/machines/Devel This VM is an easy Windows machine Reconnaissance / Enumeration Port scanning and service identification $ rustscan -a $ip -r 1-...