11 pages tagged with "ctf"
-
ASIS CTF - Web 1 - Golem is stupid!
6 min readA web security challenge, where we have to exploit a functionality of jinja templates with in a python flask framework based web application
-
ASIS CTF - Simple Crypto!
2 min readA simple crypto challenge, where we have to decrypt given encrypted text using xor cipher.
-
Tokyo Westerns CTF 2017 - Reversing 1 - Rev Rev Rev
2 min readA ELF reversing challenge written in C, where we have to capture a calculated string passed to strcmp function. I solved it using angr framework.
-
Tokyo Westerns CTF 2017 - Web 1 - Freshen Uploader
2 min readA web challenge, where we have a exploit a LFI and then a vulnerable type check in PHP against return value of a string function named 'stripos'
-
Hack.lu CTF 2014: Web 200 - Killy The Bit
3 min readA writeup of a challenge in Hack.lu CTF 2014 where we used UNION Based SQL Injection technique
-
Volga CTF 2014 - Stegano 200 Writeup
2 min readA writeup on steganography challenge in Volga CTF 2014 where I used Least Significant Bit technique.
-
Backdoor CTF 2014 - Misc 250-2 Writeup
2 min readA writeup for a steganography challenge that we solved in Backdoor CTF 2014
-
InCTF 2014 - Forensics 400 - MODIfied
2 min readA writeup on a CTF challenge that I solved in InCTF 2014, this is a steganography challenge which uses Least Significant Bit technique
-
InCTF 2014 - Web 100 Writeup
2 min readA writeup on PHP string function vulnerabilities that we exploited as part of a web challenge in InCTF 2014
-
InCTF 2014 - Web 200 Writeup
3 min readA web security writeup for a challenge based on Blind SQL Injection that we solved in InCTF 2014
-
InCTF 2014 - Web 300 writeup
3 min readA web security writeup on SQL Truncation vulnerability that we used to solve a challenge in InCTF 2014