2019-08-15

Hack The Box - Olympus Writeup

I begun by scanning the box to find some interesting ports. PORT STATE SERVICE VERSION 22/tcp filtered ssh 53/tcp open domain (unknown banner: Bind) 80/tcp open http Apache httpd 2222/tcp open ssh (protocol 2.0) Port 80 was open so I visited the site and …



2019-01-20

My OSCP Review

In this blog post I’ll write about my experience taking the OSCP certification as well as some recommendations for people wanting to take the exam. I got access to the OSCP lab network 2019-09-09 and lost access 2019-12-08. As you can see I chose 90 …



2017-09-17

SEC-T CTF - G1bs0n Writeup

Hacking the gibson, one byte at the time…



2017-04-30

UIUCTF - Are we out of the woods yet? Reversing 350p

It looks like this python script was run through a custom packer. It's just Python*, which means it must be easy to reverse, right? *v3.6.1:69c0db5 https://www.youtube.com/watch?v=y8qQsXpcZXA This was fun little challenge that our team …



2017-03-28

VolgaCTF - Share Point writeup

Share Point Look! I wrote a good service for sharing your files with your friends, enjoy) share-point.quals.2017.volgactf.ru The challenge begun by signing in to the control panel by simply entering random account details. Once logged in you had the …



2017-03-28

VolgaCTF - Bloody Feedback writeup

Bloody Feedback Send your feedback at bloody-feedback.quals.2017.volgactf.ru DO. NOT. USE. SQLMAP Otherwise your IP will be banned The challenge basically has two functions, 1) Send feedback and 2) view the status of the sent feedback. There is also page …