Created
September 5, 2013 09:19
-
-
Save nmcv/6447880 to your computer and use it in GitHub Desktop.
OSX built-in VNC viewer from CLI which metasploit and alike make use of extensively. Don't forget to `chmod +x /usr/local/bin/vncviewer`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Belongs here: /usr/local/bin/vncviewer | |
| #!/usr/bin/env bash | |
| open vnc://$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment