InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Follow publication

TCS HackQuest Season 9

MrXcrypt
InfoSec Write-ups
Published in
5 min readMar 25, 2025

Credits: TCS Hackquest Competition

About Round 1

Round 2

Challenge Title: Tere Bin QR

import numpy as np
import cv2

binary_data = """
00000000000000000000000000000000000000000
...
"""


# Convert binary to a NumPy array
qr_matrix = np.array([[int(char) for char in line] for line in binary_data.strip().split("\n")], dtype=np.uint8) * 255

# Save as an image
cv2.imwrite("qr_code.png", qr_matrix)

Challenge Title: Shade Wars

Challenge Title: Guardians of the display

Challenge Title: Tolkein’s Secret

Interview Process

Virtual Interview?

My Thoughts

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

No responses yet

Write a response