Search by Tag
Houseplant-CTF
25 July 2020Parasite
The given file Parasite.txt has the content: **`.--- -.. ..- -- . -.- -.- -.. ..-. .--. ..- ..-. .--....
cryptoHouseplant-CTF
25 July 2020Houseplant CTF
Redpwn-CTF
25 July 2020Base646464
Take a look at the given `generate.js`: const btoa = str => Buffer.from(str).toString('base64'); const fs = require("fs"); const flag =...
n00b, cryptoRedpwn-CTF
25 July 2020Inspector General
This is just an easy web challenge. Just go to the Inspector tool in your browser (Usually `Ctrl + Shift...
n00b, webRedpwn-CTF
25 July 2020Login
This challenge is just basic SQL Injection. The query used could be something like: ```sql SELECT * FROM users WHERE...
n00b, web, sql-injectionRedpwn-CTF
25 July 2020Ropes
This demonstrates the first step one must do when given a crackme - Run `strings`. This might give an insight...
n00b, reversingRedpwn-CTF
25 July 2020Redpwn CTF
zh3r0-CTF
25 July 2020Hidden Music
The given file is `this.bmp` The given hint is just a troll. The challenge has nothing to do with Outguess....
forensics, audio-stegozh3r0-CTF
25 July 2020Tic Tac Toe
The given file is `image` Running `xxd image | tail` gives: xxd image | tail 00003480: ff30 2225 372a 3322...
forensics, stego, cryptozh3r0-CTF
25 July 2020zh3r0 CTF
BuzzOverflow-CTF
06 November 2023BuzzOverflow CTF
# BuzzOverflow CTF Writeups ## Reversing ### xxxxx Find and replace the function calls with the function return values and...
Pwn2own-CTF
11 February 2024Pwn2own CTF (Hacking Club, IIITH)
# Writeup for Router challenge 1. Find the gateway for the router. This can be done by executing `ip a`:...