Various Codes - 5huckle/OFFICIALTECHJOURNAL GitHub Wiki

Grep examples

cat FILENAME | grep -E '\b:upper:+\b'

This greps a file for words comprised of all uppercase letters

Hydra examples

hydra -l bilbo -P bilbo.mangled.txt -s 80 -f 10.0.5.21 http-get /admin/

-l login username | -P password list | -s port | -f hostname | http-get method | /admin/ depth/directory