Skip to content

Instantly share code, notes, and snippets.

View EnzDev's full-sized avatar
🥐
Croissants & dev

Enzo Mallard EnzDev

🥐
Croissants & dev
View GitHub Profile
/*
* CVE-2016-5195 dirtypoc
*
* This PoC is memory only and doesn't write anything on the filesystem.
* /!\ Beware, it triggers a kernel crash a few minutes.
*
* gcc -Wall -o dirtycow-mem dirtycow-mem.c -ldl -lpthread
*/
#define _GNU_SOURCE
@EnzDev
EnzDev / tmux_local_install.sh
Last active September 6, 2016 14:17 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
# Working (I hope) Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_V=1.9