mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-12-25 06:16:24 +00:00
8 lines
200 B
Bash
8 lines
200 B
Bash
#!/bin/bash
|
|
loc=$HOME/.config/bunnyLogger
|
|
mkdir $loc
|
|
cp requirements/payload.sh $loc
|
|
touch $loc/bunnyLogger.db
|
|
chmod +x requirements/bunnyLoggerMgr
|
|
sudo cp requirements/bunnyLoggerMgr /usr/local/bin/
|