Skip to content

Instantly share code, notes, and snippets.

@prelongs
prelongs / Dockerfile-mysql
Created February 11, 2017 02:31 — forked from bagpack/Dockerfile-mysql
docker-lamp-development-environment(Apache,PHP,MySQL Stacks)
FROM mysql:5.6.23
COPY ./my.cnf /etc/mysql/my.cnf
COPY ./docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/
#!/usr/bin/python
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected])
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select