mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
8 lines
112 B
Bash
8 lines
112 B
Bash
#!/bin/bash
|
|
|
|
# Wake up and do something productive here instead...
|
|
sleep 10
|
|
|
|
# boom!!
|
|
firefox "http://hak5.org"
|