Skip to content

Instantly share code, notes, and snippets.

View Siss3l's full-sized avatar
🦊

Sissel Siss3l

🦊
View GitHub Profile
@Siss3l
Siss3l / bonus.md
Last active April 15, 2025 09:58
Intigriti March 2025 Bonus Web Challenge

Intigriti March 2025 Bonus Web Challenge

Resolution

Based on the website working with NextJS and XML edition, we suspect that related recent exploits are needed to easily solve this challenge:

# On local host
flag = __import__("json").loads(__import__("requests").post(
  "https://hackdonalds.intigriti.io/api/parse-xml",
@Siss3l
Siss3l / 0325.md
Last active April 5, 2025 18:20
Intigriti March 2025 XSS Challenge @0x999-x

Intigriti March 2025 XSS Challenge

Challenge

Description

The solution:

  • Should leverage a cross site scripting vulnerability on this domain;
  • Should work on the latest version of Chromium and Firefox;
@Siss3l
Siss3l / escape.md
Last active April 5, 2025 18:20
XSS Web Challenge 2025 @RenwaX23

Renwa XSS Iframe Escape Web Challenge 2025

Description

Pop the alert().

Chall

Overview

@Siss3l
Siss3l / poc.md
Last active April 5, 2025 18:20
DOMPurify 3.2.4 February XSS Challenge

DOMPurify 3.2.3 February XSS Challenge

Description

Pop an alert.

Chall

The solution:

@Siss3l
Siss3l / gen10.py
Created January 31, 2025 14:38
Genuary Art 2025 #genuary10 #genuary
"""JAN Ten (credit: Darien Brito) | You can only use TAU in your code, no other number allowed."""
from flask import Flask, Response, request
app = Flask(__name__)
@app.route("/", methods=["GET"])
def start() -> Response:
return Response("""
<!DOCTYPE html>
<html>
<head>
<script src="./p.js"></script>
@Siss3l
Siss3l / 0125.md
Created January 9, 2025 20:09
Intigriti's January 2025 Web Challenge thanks to @0xGodson

Intigriti's January Challenge

Challenge

Description

The solution:

  • Should work on the latest version of Chrome and FireFox;
  • Should leverage a cross site scripting vulnerability on this domain;
@Siss3l
Siss3l / thm24.md
Last active February 11, 2025 00:26
TryHackMe Advent of Cyber 2024 SideQuests

TryHackMe - Advent of Cyber 2024 Side Quests

In addition to the Advent of Cyber 2024 room, we have an annex Side Quest task.

Side

Description

Five tasks need to be completed to finish the side quests.
The keycards to the machines will be scattered around the main Advent of Cyber 2024 room, hidden in some of the core event challenges.

@Siss3l
Siss3l / 1224.md
Last active March 29, 2025 16:49
Intigriti December 2024 Web Challenge @JorianWoltjer

Intigriti December 2024 XSS Challenge

Challenge

Description

The solution:

  • Should leverage a cross site scripting vulnerability on this domain;
  • Should work on the latest version of Chrome and FireFox;
@Siss3l
Siss3l / ctf.md
Last active February 11, 2025 00:32
1337UP Capture The Flag 2024 - Writeups

1337UP Capture The Flag 2024 - OSINT

  • Category: OSINT
@Siss3l
Siss3l / 0824.md
Created August 10, 2024 22:44
Intigriti's August 2024 Web Challenge thanks to @Crypto-Cat

Intigriti August Challenge

  • Category: Web
  • Impact: Medium
  • Solves: 10

Challenge

Description