Search by Tag

Houseplant-CTF
25 July 2020

Parasite

The given file Parasite.txt has the content: **`.--- -.. ..- -- . -.- -.- -.. ..-. .--. ..- ..-. .--....

crypto
Houseplant-CTF
25 July 2020

Houseplant CTF

Redpwn-CTF
25 July 2020

Base646464

Take a look at the given `generate.js`: const btoa = str => Buffer.from(str).toString('base64'); const fs = require("fs"); const flag =...

n00b, crypto
Redpwn-CTF
25 July 2020

Inspector General

This is just an easy web challenge. Just go to the Inspector tool in your browser (Usually `Ctrl + Shift...

n00b, web
Redpwn-CTF
25 July 2020

Login

This challenge is just basic SQL Injection. The query used could be something like: ```sql SELECT * FROM users WHERE...

n00b, web, sql-injection
Redpwn-CTF
25 July 2020

Ropes

This demonstrates the first step one must do when given a crackme - Run `strings`. This might give an insight...

n00b, reversing
Redpwn-CTF
25 July 2020

Redpwn CTF

zh3r0-CTF
25 July 2020

Hidden Music

The given file is `this.bmp` The given hint is just a troll. The challenge has nothing to do with Outguess....

forensics, audio-stego
zh3r0-CTF
25 July 2020

Tic Tac Toe

The given file is `image` Running `xxd image | tail` gives: xxd image | tail 00003480: ff30 2225 372a 3322...

forensics, stego, crypto
zh3r0-CTF
25 July 2020

zh3r0 CTF

BuzzOverflow-CTF
06 November 2023

BuzzOverflow CTF

# BuzzOverflow CTF Writeups ## Reversing ### xxxxx Find and replace the function calls with the function return values and...

Pwn2own-CTF
11 February 2024

Pwn2own CTF (Hacking Club, IIITH)

# Writeup for Router challenge 1. Find the gateway for the router. This can be done by executing `ip a`:...