Skip to content

Instantly share code, notes, and snippets.

View dasrecht's full-sized avatar

Bastian dasrecht

View GitHub Profile
@thesamesam
thesamesam / xz-backdoor.md
Last active May 24, 2024 04:20
xz-utils backdoor situation (CVE-2024-3094)

FAQ on the xz-utils backdoor (CVE-2024-3094)

This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.

Background

On March 29th, 2024, a backdoor was discovered in xz-utils, a suite of software that

@doismellburning
doismellburning / userstories.md
Last active October 30, 2017 16:25
Conference User Stories
<?php
require_once 'AWSSDKforPHP/sdk.class.php';
// Instantiate the AmazonEC2 class
$ec2 = new AmazonEC2();
$ec2->set_region(AmazonEC2::REGION_EU_W1);
$resp = $ec2->describe_instances();
@mxcl
mxcl / install_homebrew.markdown
Created March 6, 2010 15:14
Installs Homebrew to /usr/local so you don't need sudo to `brew install`