[http://ctf.infosecinstitute.com/] Level2 writeup
Very simple challenge.
- About php eval function:
- PHP code injection:
eval funtion takes our input and excutes it as php code. Two operands must be number so we will inject our code in to into operator. Thinking for a while I come up with this.


Comments
Post a Comment