I hereby claim:
- I am xpn on github.
- I am xpn (https://keybase.io/xpn) on keybase.
- I have a public key whose fingerprint is 6822 0B71 BB92 8ABC 8171 4C0F 6B0B E64F 9AF4 238C
To claim this, I am signing this object:
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <libusb-1.0/libusb.h> | |
void printdev(libusb_device *dev) { | |
struct libusb_device_descriptor desc; | |
struct libusb_config_descriptor *config; | |
struct libusb_interface_descriptor *interdesc; |
function Invoke-Shellcode | |
{ | |
<# | |
.SYNOPSIS | |
Inject shellcode into the process ID of your choosing or within the context of the running PowerShell process. | |
PowerSploit Function: Invoke-Shellcode | |
Author: Matthew Graeber (@mattifestation) | |
License: BSD 3-Clause |
I hereby claim:
To claim this, I am signing this object:
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Data; | |
using System.Data.SqlClient; | |
namespace metasploit_sql_test | |
{ |