mirror of
https://github.com/hak5darren/bashbunny-payloads.git
synced 2025-10-29 16:58:12 +00:00
add ShellExec payload
This commit is contained in:
6
payloads/library/ShellExec/evil.sh
Normal file
6
payloads/library/ShellExec/evil.sh
Normal 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
|
||||
Reference in New Issue
Block a user