This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
NewerOlder