-
-
Save benjholla/105d87f561b071e20edcdbd2b809a6be to your computer and use it in GitHub Desktop.
Solve the puzzle to claim a prize!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Puzzle19 { | |
private static final String VICTIM = "+1 (515) 200-1301"; | |
public static void main(String[] args) { | |
System.out.println("The phone number " + VICTIM + " has been configured to call" | |
+ " a simulated vulnerable voice mailbox. You have permission to hack it."); | |
System.out.println("Step 1) Hack into the " + VICTIM + " voicemail."); | |
System.out.println("Step 2) Be the first to email voicemail-victim@ben-holland.com with the recovered voicemail" | |
+ " message and a description of your solution to claim a t-shirt prize."); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment