Home
Cerberus
Cancel

HTB Toxic(Challenge) Writeup

web/Toxic Description: Humanity has exploited our allies, the dart frogs, for far too long, take back the freedom of our lovely poisonous friends. Malicious input is out of the question when dart ...

RACTF 2022

crypto/Lightning Seeds Description: You won’t be able to break this, we used a randomizer! python file output file Python code #!/usr/bin/env python3 import random with open('flag.txt', 'r') as...

UIUCTF 2022

rev/safepy Description: godlike snake with a nebula behind it and math equations floating around it challenge file Given python script from sympy import * def parse(expr): # learned from ...

DICE CTF@HOPE 2022

rev/slices Description: Have a slice Given python file flag = input('Enter flag: ') def fail(): print('Wrong!') exit(-1) if len(flag) != 32: fail() if flag[:5] != 'hope{': fail() if f...

Trending Tags