Skip to content

Instantly share code, notes, and snippets.

View Wilker's full-sized avatar
🏠
Working from home

Wilker Wilker

🏠
Working from home
View GitHub Profile
@Wilker
Wilker / break.py
Created August 11, 2020 15:21 — forked from obfusk/break.py
python equivalent of ruby's binding.pry
import code; code.interact(local=dict(globals(), **locals()))
@Wilker
Wilker / hashcat_macos.sh
Created February 22, 2020 23:19 — forked from chadmayfield/hashcat_macos.sh
Install Hashcat on macOS
#!/bin/bash
git clone https://github.com/hashcat/hashcat.git
mkdir -p hashcat/deps
git clone https://github.com/KhronosGroup/OpenCL-Headers.git hashcat/deps/OpenCL
cd hashcat/ && make
./hashcat --version
./hashcat -b -D 1,2
./example0.sh