🌮
Eating tacos...
These are my opinions. Not necessarily shared by reasonable-minded people nor my benevolent corporate overlords.
-
Glitchware, Inc.
- Your EIP register
Pinned Loading
-
Encrypt AES-256 in Boo
Encrypt AES-256 in Boo 1# AES-256 with key encryption function Boo Lang
23public static def encrypt(cleartext as (byte), key as string) as (byte):
4using aesAlg = Aes.Create():
5salt = array(byte,[0x12,0x35,0x56,0x78,0x90,0xAB,0xAD,0xEF,0xDD,0x31])
-
Decrypt AES-256 in Boo
Decrypt AES-256 in Boo 1# AES-256 with key decryption function Boo Lang
23public static def decrypt(ciphertext as (byte), key as string) as (byte):
4using aesAlg = Aes.Create():
5salt = array(byte,[0x12,0x35,0x56,0x78,0x90,0xAB,0xAD,0xEF,0xDD,0x31])
-
dnscat2-powershell
dnscat2-powershell PublicForked from lukebaggett/dnscat2-powershell
A Powershell client for dnscat2, an encrypted DNS command and control tool.
PowerShell 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.