mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Cleanup: Sort payloads by category
This commit is contained in:
6
payloads/library/execution/ShellExec/evil.sh
Normal file
6
payloads/library/execution/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