I hereby claim:
- I am mpgn on github.
- I am mpgn (https://keybase.io/mpgn) on keybase.
- I have a public key ASCx85Zi_arDRdU46fjYE-wNhrgMBMUJUp7OSMNS-CFZLQo
To claim this, I am signing this object:
require 'yaml' | |
require 'base64' | |
require 'erb' | |
class ActiveSupport | |
class Deprecation | |
def initialize() | |
@silenced = true | |
end | |
class DeprecatedInstanceVariableProxy |
// exemple based on https://github.com/diafygi/webcrypto-examples#rsa-oaep | |
function importKey() { | |
return window.crypto.subtle.importKey( | |
"jwk", //can be "jwk" or "raw" | |
{ //this is an example jwk key, "raw" would be an ArrayBuffer | |
kty: "oct", | |
k: "Y0zt37HgOx-BY7SQjYVmrqhPkO44Ii2Jcb9yydUDPfE", | |
alg: "A256GCM", | |
ext: true, |
function Invoke-Mi | |
<# | |
#> | |
[CmdletBinding(DefaultParameterSetName="DumpCreds")] | |
Param( | |
[Parameter(Position = 0)] | |
[String[]] | |
$ComputerName, |
{ | |
"nodes": [ | |
{ | |
"id": "Alice" | |
}, | |
{ | |
"id": "Bob" | |
}, | |
{ | |
"id": "Carol" |
function test | |
{ | |
[CmdletBinding()] | |
Param( | |
[Parameter(Position = 0, Mandatory = $true)] | |
[ValidateNotNullOrEmpty()] | |
[Byte[]] | |
$PEBytes, | |
I hereby claim:
To claim this, I am signing this object:
testdfsdf |
<# | |
DigitalSignatureHijack v1.0 | |
License: GPLv3 | |
Author: @netbiosX | |
#> | |
# Validate Digital Signature for PowerShell Scripts | |
function ValidateSignaturePS | |
{ | |
$ValidateHashFunc = 'HKLM:\SOFTWARE\Microsoft\Cryptography' +'\OID\EncodingType 0\CryptSIPDllVerifyIndirectData' |
%s | |
127.0.0.1 | |
admin | |
admin.%s | |
administration | |
administration.%s | |
ads | |
adserver | |
alerts | |
alpha |
#!/usr/bin/env python2 | |
# coding: utf-8 | |
import os,socket,threading,time | |
#import traceback | |
allow_delete = False | |
local_ip = socket.gethostbyname(socket.gethostname()) | |
local_port = 8888 | |
currdir=os.path.abspath('.') |