Skip to content

Commit

Permalink
swap | for &
Browse files Browse the repository at this point in the history
  • Loading branch information
Pharisaeus committed Sep 8, 2019
1 parent 529062a commit 00ad77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2019-09-07-trendmicro-quals/exploit_300/README.md
Expand Up @@ -129,7 +129,7 @@ We need to:
We can easily put `'` inside `nametag` to escape the string, and evaluate any code we want.
We still need to keep the type proper, so we decided to pass:

`'.isEmpty() || T(com.trendmicro.jail.Flag).getFlag() || '`
`'.isEmpty() && T(com.trendmicro.jail.Flag).getFlag() && '`

So in the application it will become:

Expand Down

0 comments on commit 00ad77f

Please sign in to comment.