• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    Java
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Google App Engine - Remote Code Execution bug ($36k bug bounty)

GAE-RCE

Google App Engine - Remote Code Execution bug ($36k bug bounty): https://sites.google.com/site/testsitehacking/-36k-google-app-engine-rce

  • app - Example application hosted in http://save-the-expanse.appspot.com/
    • /args - Returns all command-line arguments passed to the Java launcher
    • /nmap - Performs a scan of all ports in 169.254.169.253 (Binary taken from here)
    • /grpc - Runs the gRPC C++ client
  • gRPC_client - Source code of the gRPC C++ client
  • protos - All Protocol Buffer definitions extracted from Google App Engine