Skip to content

Instantly share code, notes, and snippets.

@leesoh
leesoh / keybase.md
Last active October 23, 2015 18:13

Keybase proof

I hereby claim:

  • I am leesoh on github.
  • I am liso (https://keybase.io/liso) on keybase.
  • I have a public key whose fingerprint is 5777 49DC 82EE FF55 3CA7 D49C F67D 458D DF47 122C

To claim this, I am signing this object:

@leesoh
leesoh / evil-ubuntu.md
Last active August 20, 2023 13:34
Installing Metasploit Framework on Ubuntu-based system

Metasploit Install

Install Prerequisites

sudo apt install build-essential libreadline-dev libssl-dev libpq5 libpq-dev libreadline5 libsqlite3-dev libpcap-dev openjdk-8-jre git-core autoconf postgresql pgadmin3 curl zlib1g-dev libxml2-dev libxslt1-dev vncviewer libyaml-dev curl zlib1g-dev, ruby-dev

Clone Metasploit

Clone repo

$ cd /opt
$ sudo git clone https://github.com/rapid7/metasploit-framework.git
$ sudo chown -R `whoami` /opt/metasploit-framework
@leesoh
leesoh / vs-code-empire-snippet.json
Created September 20, 2016 01:18
Visual Studio Code snippet for an Empire module
"Empire module": {
"prefix": "emp",
"description": "Skeleton for an Empire module",
"body": [
"from lib.common import helpers",
"",
"",
"class Module:",
"",
" def __init__(self, mainMenu, params=[]):",
@leesoh
leesoh / Netlify
Created July 25, 2017 20:55 — forked from vysecurity/Netlify
Netlify
admin.graph.cool
admin.inkl.com
admin.thecirqle.com
api.asset.tv
app.billyapp.com
app.billy.dk
app.billysbilling.com
app.crewmeister.com
app.nuclino.com
app.oktoplus.com.br
@leesoh
leesoh / katz.cs
Created July 31, 2018 23:33
Updated Katz.cs - Latest Mimikatz, I mean honestly it is 2018...
This file has been truncated, but you can view the full file.
using System;
using System.IO;
using System.Text;
using System.IO.Compression;
using System.EnterpriseServices;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
/*
@leesoh
leesoh / example.cs
Created August 8, 2018 18:39
Loads .NET Assembly into script host from current path
using System;
using System.EnterpriseServices;
using System.Runtime.InteropServices;
/*
Author: Casey Smith, Twitter: @subTee
License: BSD 3-Clause
@leesoh
leesoh / Inject.cs
Created October 3, 2018 22:07
DotNetToJScript Build Walkthrough
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Text;
public class TestClass
{
public TestClass()
{}
/*
* 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
*/