Add macDesktop prank (#236)

* Add macDesktop prank

Runs a script in background that will download pictures of my little pony (or whatever else you'd like, just change the urls to the pictures) and randomly sets that as their desktop background every 45 minutes - 5 hours. You can change number in for loop to decide how many times it will change their background.

https://forums.hak5.org/topic/41605-payload-macwallpaper/

* Update readme

* Save process Id as file name to /tmp

Save process Id as file name to /tmp so that you can easily kill the prank if someone is screaming at you.
This commit is contained in:
jafahulo
2017-08-14 19:59:04 -05:00
committed by Sebastian Kinne
parent 3c2dd4ac1e
commit 761dd0e433
3 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
## macWallpaper by Jafahulo
* Author: Jafahulo
* Version: Version 1.0
* Target: OSX
## Description
Runs a script in background that will download pictures of my
little pony (or whatever else you'd like) and randomly sets that
as their desktop background every 45 minutes - 5 hours. change
number in for loop to decide how many times it will change their
background.
## Configuration
None
## Status
too fast to really be useful
## Discussion
https://forums.hak5.org/topic/41605-payload-macwallpaper/