Skip to content

Instantly share code, notes, and snippets.

View luigigubello's full-sized avatar
🐌
Slow to respond.

Luigi Gubello luigigubello

🐌
Slow to respond.
View GitHub Profile
@smx-smx
smx-smx / XZ Backdoor Analysis
Last active June 2, 2025 22:53
[WIP] XZ Backdoor Analysis and symbol mapping
XZ Backdoor symbol deobfuscation. Updated as i make progress
blocked_ips from to published_at
8 02-02-2024 02-04-2024 07-02-2024
1 05-02-2024 07-02-2024 13-02-2024
2 09-02-2024 09-02-2024 15-02-2024
410 10-02-2024 10-02-2024 15-02-2024
67 11-02-2024 11-02-2024 15-02-2024
40 12-02-2024 12-02-2024 15-02-2024
34 14-02-2024 14-02-2024 16-02-2024
99 15-02-2024 15-02-2024 16-02-2024
142 16-02-2024 16-02-2024 21-02-2024
@pojntfx
pojntfx / main.sh
Last active May 16, 2025 03:04
Bluesky/AT Protocol: cURL API Interaction Cheatsheet
#!/bin/bash
# This script resolves a DID, retrieves an API key, fetches a user's feed,
# and posts a "Hello, world" message to the user's feed.
# Resolve DID for handle
HANDLE='felicitas.pojtinger.com'
DID_URL="https://bsky.social/xrpc/com.atproto.identity.resolveHandle"
export DID=$(curl -G \
--data-urlencode "handle=$HANDLE" \
@tothi
tothi / ms-msdt.MD
Last active February 7, 2025 12:01
The MS-MSDT 0-day Office RCE Proof-of-Concept Payload Building Process

MS-MSDT 0-day Office RCE

MS Office docx files may contain external OLE Object references as HTML files. There is an HTML sceme "ms-msdt:" which invokes the msdt diagnostic tool, what is capable of executing arbitrary code (specified in parameters).

The result is a terrifying attack vector for getting RCE through opening malicious docx files (without using macros).

Here are the steps to build a Proof-of-Concept docx:

  1. Open Word (used up-to-date 2019 Pro, 16.0.10386.20017), create a dummy document, insert an (OLE) object (as a Bitmap Image), save it in docx.
@zacharysyoung
zacharysyoung / README.md
Last active July 25, 2024 19:58
Import rows of data into individual PDFs

Import rows of data into individual PDFs

How to get data like this...

Name Age Street Address City State Zip
Tami 23 123 Main St Anytown Anystate 11111
John 54 456 Second Ave Anytown Anystate 22222
Troy 39 789 Last Cir Anytown Anystate 99999
@mala
mala / 0.md
Last active March 18, 2023 11:53
Vulnerabilities related to url parser, etc / shibuya.xss #8