Skip to content

Instantly share code, notes, and snippets.

@mfocuz
Created September 24, 2021 05:27
Show Gist options
  • Save mfocuz/88145777681f5657646db01dfb5aad56 to your computer and use it in GitHub Desktop.
Save mfocuz/88145777681f5657646db01dfb5aad56 to your computer and use it in GitHub Desktop.
@RequestMapping(value = "/")
public class InternalService {
@RequestMapping(value = "/flag")
public String available() {
return "FLAG{EUREKA_PWNED}";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment