Alex B. (r1p) blog
  • Home
  • Author
Subscribe
Tagged

flask

A collection of 2 posts

writeup

RealWorldCTF 2022 - Hack into Skynet [Web]

Real World CTF 2022 is one of the most complex CTF I have ever participated in, our team scored 44th out of 1921 teams with just 3/17 challenges solved. We participated as r3vengers (Ripp3rs + Scavenger Security). Description:Hack into skynet to save the world, which way do you prefer?

  • r1p
r1p Jan 22, 2022 • 10 min read
writeup

247CTF - Easy Web Challenge Writeups

Secured sessionIf you can guess our random secret key, we will tell you the flag securely stored in your session.Given the source code: import os from flask import Flask, request, session from flag import flag app = Flask(__name__) app.config['SECRET_KEY'] = os.urandom(24) def secret_key_to_

  • r1p
r1p Jan 5, 2022 • 2 min read
Alex B. (r1p) blog © 2022
Powered by Ghost