Skip to content

Instantly share code, notes, and snippets.

View fosron's full-sized avatar
💻
Hard at work

Tautvydas fosron

💻
Hard at work
View GitHub Profile
@fosron
fosron / drupalCoreVuln.txt
Created October 16, 2014 10:54
Drupal <= 7.31 core SQL vulnerability
SektionEins GmbH
www.sektioneins.de
-= Security Advisory =-
Advisory: Drupal - pre-auth SQL Injection Vulnerability
Release Date: 2014/10/15
Last Modified: 2014/10/15
Author: Stefan Horst [stefan.horst[at]sektioneins.de]
@fosron
fosron / sequencer-tests.js
Created August 6, 2014 07:44
sequencer.js
shiv.addOnLoad(function() {
var seq = new Sequencer([
function(cb) {
shiv.log("Log callback 1");
cb && cb();
},
function(cb) {
shiv.log("Log callback 2");
cb && cb();
},
#!/bin/bash
# Install script for Latest WordPress by Johnathan Williamson - extended by Don Gilbert
# Disclaimer: It might not bloody work
# Disclaimer 2: I'm not responsible for any screwups ... :)
# DB Variables
echo "MySQL Host:"
read mysqlhost
export mysqlhost