Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


LFI & File extension bypass? filter_list
Author
Message
LFI & File extension bypass? #1
So just wondering say I come across something like this:

file=/sdsd/sdsd/file


Lets presume file is referring to file.html, is there anyway I can bypass the fact that the file will be handled as $_GET['file'] + ".html"? Say with # or something?

Thanks,

Reply

RE: LFI & File extension bypass? #2
(05-10-2014, 02:27 PM)vegimite Wrote: So just wondering say I come across something like this:

file=/sdsd/sdsd/file


Lets presume file is referring to file.html, is there anyway I can bypass the fact that the file will be handled as $_GET['file'] + ".html"? Say with # or something?

Thanks,

Try adding null at end.
file=/sdsd/sdsd/file%00
We are fucked, Eddie!

Reply

RE: LFI & File extension bypass? #3
(05-10-2014, 02:36 PM)tortilla Wrote: Try adding null at end.
file=/sdsd/sdsd/file%00
Thanks very much tortilla, do you know if this the only method you can utilize?

Reply

RE: LFI & File extension bypass? #4
maybe u find this link interesting
http://diablohorn.wordpress.com/2010/01/...on-method/
龙 Knowledge is Power--

Reply

RE: LFI & File extension bypass? #5
(05-12-2014, 06:45 PM)rootaccess Wrote: maybe u find this link interesting
http://diablohorn.wordpress.com/2010/01/...on-method/

I found that link interesting.
And now I know a couple more things I can do to secure my stuff.

Reply

RE: LFI & File extension bypass? #6
(05-12-2014, 07:02 PM)Kodo Wrote: I found that link interesting.
And now I know a couple more things I can do to secure my stuff.

you are welcome man.
i just searched google for local file inclusion bypasses Evil
龙 Knowledge is Power--

Reply

RE: LFI & File extension bypass? #7
Thanks @rootaccess, looks interesting.

Reply

RE: LFI & File extension bypass? #8
You are welcome peeps
Just trying to share to this
Awesome community Smile
龙 Knowledge is Power--

Reply