Skip to content

Instantly share code, notes, and snippets.

@benjholla
Created October 25, 2018 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjholla/105d87f561b071e20edcdbd2b809a6be to your computer and use it in GitHub Desktop.
Save benjholla/105d87f561b071e20edcdbd2b809a6be to your computer and use it in GitHub Desktop.
Solve the puzzle to claim a prize!
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