Based on my tests...it seems to be impossible...but i read in some places that this is possible.
Source used for tests:
- Code: Select all
<form method="POST" enctype="multipart/form-data">
<input type="file" name="f1" />
<input type="submit" value="send" />
</form>
<?php
echo rawurlencode($_FILES['f1']['name']);
?>
Tried to do it in many different ways...
Thanks in advance...
And...could someone please get me a real bruteforce algorithm?
Ps: brazilian dude over here...sorry for my ridiculous english.



