Skip to content

Instantly share code, notes, and snippets.

@willinspire
willinspire / macspoof.sh
Created October 24, 2018 17:20
Automatically generate and assign a new MAC address for the local system.
#! /bin/bash
################################################################################
# __
# / _|
# _ __ ___ __ _ ___ ___ _ __ ___ ___ | |_
# | '_ ` _ \ / _` |/ __/ __| '_ \ / _ \ / _ \| _|
# | | | | | | (_| | (__\__ \ |_) | (_) | (_) | |
# |_| |_| |_|\__,_|\___|___/ .__/ \___/ \___/|_|
# | |
# |_|
@willinspire
willinspire / codeMake.sh
Created October 17, 2019 19:42
HarTools (har2csv) deploy script (unofficial). HarTools repository: github.com/spcgh0st/HarTools
#!/usr/bin/env bash
#-----------------------------------------------------------------------------#
# [ codeMake ]
#
# Assemble the har2csv source code
#
# Build script by: h8rt3rmin8r (161803398@email.tg)
# Last updated on: 20191017
# Build script source: https://pastebin.com/raw/n85QsAw2
# HarTools source code: https://github.com/spcgh0st/HarTools