Hai guys,
Today i found this neat little trick to inject into a include($_GET['sex']); LFI vulnerability.
php://filter/read=convert.base64-encode/resource=index.php
This returns instead of the result of index.php the actual content encoded in base64. So when you got some basedir restrictions and you can't do much more than including stupid files you can read them and get the config's etc.