Skip to content

Instantly share code, notes, and snippets.

View JafarAkhondali's full-sized avatar
💭
Who developed me?

Jafar Akhondali JafarAkhondali

💭
Who developed me?
View GitHub Profile
@jackinloadup
jackinloadup / generate-cowsay
Created December 7, 2010 20:04
bash file to generate a fortune from a random cowsay character
#!/bin/bash
cows[1]=beavis.zen
cows[2]=bong
cows[3]=bud-frogs
cows[4]=bunny
cows[5]=cheese
cows[6]=cower
cows[7]=daemon
cows[8]=default
@parrot409
parrot409 / writeup.md
Last active May 13, 2025 09:13
CVE-2025-3155

Details

Intro

CVE-2025-3155 affects Yelp which is The Gnome's user help application. It's installed by default on Ubuntu desktop.

what is a scheme

A URI scheme is the part of a Uniform Resource Identifier (URI) that identifies a protocol or a specific application (steam://run/1337) that should handle the resource identified by the URI. It's the part that comes before the colon (://).