


resurgam wrote:Does the mission want us to input the entirety of the function along with the added input, or just the input? I understand what I need to do, I just don't know how it wants me to do it.


eljonto wrote:ok you are doing the right thing- you need to use DT to solve this one- just look at the url to see how many D's you need to Talso in php the '.' will add something to a string so if your string is:
$str = 'hello';
$str=$str.'bye'; (or $str.='bye'; for short)
$str now equals 'hellobye'
look at what the code in ext2 adds- maybe you are putting too much info in

goluhaque wrote:eljonto wrote:ok you are doing the right thing- you need to use DT to solve this one- just look at the url to see how many D's you need to Talso in php the '.' will add something to a string so if your string is:
$str = 'hello';
$str=$str.'bye'; (or $str.='bye'; for short)
$str now equals 'hellobye'
look at what the code in ext2 adds- maybe you are putting too much info in
DT as in Directory Traversal[if it's a spoiler please delete it]?If yes then do v hv 2 use SSI or just dat dotdotslash command?




Users browsing this forum: No registered users and 0 guests