Skip to content

Instantly share code, notes, and snippets.

View hook-s3c's full-sized avatar

hook hook-s3c

View GitHub Profile
@hook-s3c
hook-s3c / gist:e398b79c9dd9cfbebf5d7b5bd696314e
Created January 6, 2019 04:14
Automatically push all SSH sessions through Tor
Host *
CheckHostIP no
Compression yes
Protocol 2
ProxyCommand connect -4 -S localhost:9050 $(tor-resolve %h localhost:9050) %p
@hook-s3c
hook-s3c / notes.md
Created February 24, 2019 14:49
"Grab banners from local IPv4 listening ports."
@hook-s3c
hook-s3c / cleandiscord.sh
Created June 21, 2019 19:29
Cleaning Discord chats
#!/bin/bash
#if test "$#" -ne 2;
# then echo "example usage: ./cleandiscord.sh general 30"
# exit 1
#fi
#WID=`xdotool search --onlyvisible --name "$1" | head -1`
#xdotool windowactivate --sync $WID
xdotool windowactivate --sync $(xdotool selectwindow)