Skip to content

Instantly share code, notes, and snippets.

View frenchi's full-sized avatar

Frenchie frenchi

View GitHub Profile
apiVersion: v1
kind: Pod
metadata:
name: nginx2
namespace: default
labels:
app: nginx2
spec:
containers:
- image: docker.io/library/busybox:1.28.4

Keybase proof

I hereby claim:

  • I am frenchi on github.
  • I am frenchie (https://keybase.io/frenchie) on keybase.
  • I have a public key ASDXcENkUmVfBHojcwISA1Vr3Xkj60-6Me16L82u_Ad_jgo

To claim this, I am signing this object:

require 'bundler/audit/scanner'
describe 'my application dependencies' do
before(:all) do
@issues = []
scanner = Bundler::Audit::Scanner.new
scanner.scan do |result|
case result
when Bundler::Audit::Scanner::UnpatchedGem
@issues << result.gem
@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 |
### Keybase proof
I hereby claim:
* I am frenchi on github.
* I am frenchie (https://keybase.io/frenchie) on keybase.
* I have a public key whose fingerprint is F9D2 99DE 7866 9BF9 E95F 72F9 3519 8D4A 875F 3095
To claim this, I am signing this object:
<?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;