Skip to content

Instantly share code, notes, and snippets.

View MahatmaCrond's full-sized avatar

MahatmaCrond MahatmaCrond

View GitHub Profile
@MahatmaCrond
MahatmaCrond / supergobuster.sh
Created January 31, 2019 19:23 — forked from lokori/supergobuster.sh
gobuster enumerator for hack-the-box machines. This generates huge amount of useless requests..
#!/bin/bash
trap exit SIGINT;
## Bash colours because we like nice things.
YELLOW="\033[01;33m"
BLUE="\033[01;34m"
BOLD="\033[01;01m"
RED="\033[01;31m"
RESET="\033[00m"