Skip to content

Instantly share code, notes, and snippets.

View frenchi's full-sized avatar

Frenchie frenchi

View GitHub Profile
@frenchi
frenchi / ssa.attack
Last active August 29, 2015 14:20 — forked from xntrik/ssa.attack
@slow
Feature: Simple security scan against SSA
Background:
Given "nmap" is installed
And "curl" is installed
And "arachni" is installed
And the following profile:
| name | value |
| hostname | ssa.asteriskinfosec.com.au |
| host | ssa.asteriskinfosec.com.au |
<?php
/*
* Plugin Name: Disable XMLRPC
* Version: 0.1
* Plugin URI: http://wpengineer.com/?p=2484
* Description: Disable XMLRPC server for WP >= v3.5
* Author: Lutz Schröer
* Author URI: http://elektroelch.net/
*/
@frenchi
frenchi / aiee.html
Created June 14, 2012 03:25 — forked from kentbrew/aiee.html
A simple way to filter users of old IE browsers
<!DOCTYPE html>
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<title>Browser Not Supported</title>
<meta content='text/html;charset=UTF-8' http-equiv='Content-Type'>
<style type='text/css'>
body {
color:#fff;
background:#00f;
text-align:center;
font-family: 'Courier New', Courier, monospace;