add ShellExec payload

This commit is contained in:
Alex Flores
2017-03-15 02:30:29 -04:00
parent 155d90bb23
commit b30ff86c2c
5 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
!#/bin/bash
# opens browsers to the bunny's index.html page
[[ "$(uname)" == "Darwin" ]] && open http://172.16.64.1
[[ "$(uname)" == "Linux" ]] && xdg-open http://172.16.64.1