This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
DARKGREEN=$'\e[00;32m' | |
GREEN=$'\e[01;32m' | |
TEAL=$'\e[00;36m' | |
DARKGREY=$'\e[01;30m' | |
CYAN=$'\e[01;36m' | |
LIGHTGREY=$'\e[00;37m' | |
RED=$'\e[00;31m' | |
PINK=$'\e[01;31m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <stdio.h> | |
#include <string.h> | |
#include <openssl/aes.h> | |
#include <openssl/rand.h> | |
#define CRYPTO_AES_KEY_LEN_128 128 | |
#define CRYPTO_AES_KEY_LEN_192 192 | |
#define CRYPTO_AES_KEY_LEN_256 256 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <stdio.h> | |
#include <string.h> | |
#include <openssl/rsa.h> | |
#include <openssl/pem.h> | |
#include <openssl/err.h> | |
#define CRYPTO_RSA_KEY_LEN_4096 4096 | |
#define CRYPTO_RSA_KEY_LEN_2048 2048 | |
#define CRYPTO_RSA_KEY_LEN_1024 1024 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(load "~/quicklisp/setup.lisp") | |
(ql:quickload :drakma :silent t) | |
(ql:quickload :cl-json :silent t) | |
(defmacro drakma-http-request (url &rest body) | |
`(map 'string 'code-char (drakma:http-request, url ,@body))) | |
(defun get-public-ip() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Stuxnet First Stage Decryptor (in progress) */ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdbool.h> | |
#define PAYLOAD_SIZE 0x79a00 | |
bool unpack_stage_1(char *payload, int payload_size){ | |
/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
bin=$1 | |
db=$2 | |
useragent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" | |
joblimit=1 | |
DARKGREEN=$'\e[00;32m' | |
GREEN=$'\e[01;32m' | |
TEAL=$'\e[00;36m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am lillypad on github. | |
* I am lillypad (https://keybase.io/lillypad) on keybase. | |
* I have a public key ASBdx8k3r3qta86tyf-UPQX12GF4oNqi6JBTb_KU2Mv_-Qo | |
To claim this, I am signing this object: |