Skip to content

Instantly share code, notes, and snippets.

View jorgectf's full-sized avatar
🎯
Focusing

Jorge jorgectf

🎯
Focusing
View GitHub Profile
@jorgectf
jorgectf / washXreaver.sh
Last active August 14, 2021 22:37 — forked from iGh0st/d4rk-r34v3r.sh
Wash and Reaver automation script.
#!/bin/bash
if [ "$#" -ne 1 ]; then
echo "Illegal number of parameters"
echo "./{} INTERFACE"
fi
interface=$1
if (( EUID != 0 )); then