rastating.github.io

STEM CTF: Cyber Challenge 2017 Write Up

September 16, 2017

Challenge: TrustDescriptionI’d like to file a complaint about your website, it doesn’t work correctly.

Continue reading

Privilege Escalation via Python Library Hijacking

September 11, 2017

Whilst debugging a Python script today, I found that I was unable to execute it, with the stack trace pointing back to the import of the requests library.

Continue reading

ASIS CTF Finals 2017 Write Up

September 10, 2017

I took part in the ASIS CTF finals this year with some members of Manchester Grey Hats. We managed to complete five of the challenges in total, which ranked us in 98th place out of 590 teams overall, and the highest ranked team in the UK.

Continue reading

SkyTower CTF Walkthrough

August 22, 2017

Service DiscoveryA port scan using Nmap [nmap -sS -sV -sC 10.2.0.104] showed three services running on the host machine:

Continue reading

Vulnix CTF Walkthrough

August 21, 2017

Service Discovery & EnumerationNmap [nmap -sS -sV -sC 192.168.22.134] revealed a number of different services for this box, offering a lot of potential enumeration points:

Continue reading
Prev Next