
login-1 @ Dreamhack
app.py #!/usr/bin/python3 from flask import Flask, request, render_template, make_response, redirect, url_for, session, g import sqlite3 import hashlib import os import time, random app = Flask(__...

app.py #!/usr/bin/python3 from flask import Flask, request, render_template, make_response, redirect, url_for, session, g import sqlite3 import hashlib import os import time, random app = Flask(__...

CTF Challenge Writeup: Amocafe Menu Decoder Source Code #!/usr/bin/env python3 from flask import Flask, request, render_template app = Flask(__name__) try: FLAG = open("./flag.txt", "r").rea...

ip/hostname: 10.10.11.48/underpass.htb Scan Doing a TCP sacn only gave port 80 and 22 which had nothing in it PORT STATE SERVICE REASON VERSION 22/tcp open ssh syn-ack OpenSSH 8.9p1 Ubuntu...

Challenges solved Do[ro x2] (Forensics) Hmmmm!… (Web) Rules (Misc) Invite Code (Misc) poj Do[ro x2] We are provided with an AD1 Evidence File. Opening up the file in FTK Imager We ar...

Imaginary CTF 2024 Hello guys, This challenges were solved by 0x1337(h4ckyou) my teammate, these are his solves for the ImaginaryCTF Even though I started really late i’m happy to have least s...

Athena Port Sacn Seeing that there is port 80, i visited the web page I searched through but not, so i checked the smb port smbclient -L //ip// smbclient //ip/public reading the msg_...

Hijack Port Scan PORT STATE SERVICE REASON VERSION 21/tcp open ftp syn-ack vsftpd 3.0.3 22/tcp open ssh syn-ack OpenSSH 7.2p2 Ubuntu 4ubuntu2.10 (Ubuntu Linux; protocol ...

Super Secret TIp Port Scan We have port 22 and 7777 open i navigete to port 7777 on the browser Port 7777 We see that it is a web page so i decided to do some directory gobuster dir -u ht...

Binary Exploitation Flag Bank Forensic EdenZero SabekIntro Sabek01 Miscellaneous Disc0rd Jail Break Jail Break 2 Jail Break 3 OSINT Mr. R0b0t Mr. R0b0t 2 Reverse Eng...

Ecowas CTF 2023 ( Prequalification ) Over about two weeks I and my team mates played as team @error Here’s the solution to the challenges we solved: Challenges Solved: Warmup Netcat Gre...