Skip to content

Instantly share code, notes, and snippets.

View Tourountzis's full-sized avatar

tester Tourountzis

View GitHub Profile
Blackhat USA 2016 presentations
http://owasp.org/index.php/iran
Twitter : https://twitter.com/owaspiran
Telegram : https://telegram.me/irOWASP
https://www.blackhat.com/docs/us-16/materials/us-16-Molinyawe-Shell-On-Earth-From-Browser-To-System-Compromise.pdf
@Tourountzis
Tourountzis / documentation-tips.md
Created January 20, 2016 18:46 — forked from v1m/documentation-tips.md
Document that 0-day vulnerability you are debugging

Hey vulnerability-researcher,

Here are some tips for documenting the reversing work you are doing.

version 1 Jan 19, 2016.

Command line (cmd.exe OR powershell)

@Tourountzis
Tourountzis / Invoke-MimikatzSharp.cs.ps1
Created December 22, 2015 21:57
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;
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Author: Francesco "dfirfpi" Picasso
# ----------------------------------------------------------------------------
import ctypes
import struct
import sys