Skip to content

Instantly share code, notes, and snippets.

View kilogirl's full-sized avatar
👩‍🏫

Heather J kilogirl

👩‍🏫
  • Seattle
View GitHub Profile
/*
* SharpPick aka InexorablePoSH
* Description: Application to load and run powershell code via the .NET assemblies
* License: 3-Clause BSD License. See Veil PowerTools Project
*
* This application is part of Veil PowerTools, a collection of offensive PowerShell
* capabilities. Hope they help!
*
* This is part of a sub-repo of PowerPick, a toolkit used to run PowerShell code without the use of Powershell.exe
*/
/*
* SharpPick aka InexorablePoSH
* Description: Application to load and run powershell code via the .NET assemblies
* License: 3-Clause BSD License. See Veil PowerTools Project
*
* This application is part of Veil PowerTools, a collection of offensive PowerShell
* capabilities. Hope they help!
*
* This is part of a sub-repo of PowerPick, a toolkit used to run PowerShell code without the use of Powershell.exe
*/
/*
* SharpPick aka InexorablePoSH
* Description: Application to load and run powershell code via the .NET assemblies
* License: 3-Clause BSD License. See Veil PowerTools Project
*
* This application is part of Veil PowerTools, a collection of offensive PowerShell
* capabilities. Hope they help!
*
* This is part of a sub-repo of PowerPick, a toolkit used to run PowerShell code without the use of Powershell.exe
*/
@kilogirl
kilogirl / keybase
Created June 15, 2017 17:15
Keybase Proof
### Keybase proof
I hereby claim:
* I am bneg on github.
* I am bneg (https://keybase.io/bneg) on keybase.
* I have a public key ASAyC1VmxB9CcFO_LFWArkHrpfX3BjD4bBQ5O0_Tp5WvkAo
To claim this, I am signing this object:
@kilogirl
kilogirl / empire_slack.py
Last active June 20, 2017 20:25
Empire to Slack via REST API
#!/usr/bin/python
import json
import ssl
import time
from urllib2 import Request, urlopen, URLError
url = "https://172.16.1.149:1337/api"
token = "fvcds7..."
live_agents = []