Update win93 prank payload (#291)

Removed usage fixed browsers and added commands to use the default system browser
pull/295/head
danielgohlke 2017-11-20 04:21:15 +01:00 committed by Sebastian Kinne
parent 69cd48ee05
commit dbae32c86d
1 changed files with 2 additions and 6 deletions

View File

@ -78,15 +78,11 @@ if [ "$OS" = "MAC" ]; then
RUN OSX "terminal"
QUACK STRING "open \"http://www.windows93.net\" && osascript -e \"sleep 3;ccf;\";"
elif [ "$OS" = "LINUX" ]; then
RUN UNITY "xterm"
QUACK STRING "chromium-browser --start-fullscreen --incognito --new-window http://www.windows93.net &; exit;"
QUACK ENTER
RUN LINUX "xdg-open http://www.windows93.net"
QUACK DELAY 1000
QUACK F11
elif [ "$OS" = "WIN" ]; then
QUACK GUI r
QUACK STRING "chrome http://www.windows93.net"
QUACK ENTER
RUN WIN "cmd /c start http://www.windows93.net"
QUACK DELAY 1000
QUACK F11