Testing C99Shell on VPS [Problem]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Testing C99Shell on VPS [Problem]

    I bought VPS for a test.
    I install kloxo so that I can easily manage the server.
    I already link my primary domain at my vps using A-Record from my domain seller, to my vps seller.
    Then i try to link again another domain from another seller to my vps seller.
    I try to upload a shell to make a test if a client can access some of those limited permissions.

    My problem is I already link the 2nd domain to my vps, and i try to go to http://mydomain.tld/phpshell.php
    and it cant get to "/" directory or "root" directory, those directory that cant access by not authorized person.
    But when I use the URL of http://ipaddress/~userclient/phpshell.php it can access those directory that shouldn't access by not authorized person.

    Anyone here know how can avoid this?
    Im very new in VPS.
    Did I help you?
    You can help me too
    Your donations will help me finance my studies.

    #2
    Originally posted by kei_ki7 View Post
    I bought VPS for a test.
    I install kloxo so that I can easily manage the server.
    I already link my primary domain at my vps using A-Record from my domain seller, to my vps seller.
    Then i try to link again another domain from another seller to my vps seller.
    I try to upload a shell to make a test if a client can access some of those limited permissions.

    My problem is I already link the 2nd domain to my vps, and i try to go to http://mydomain.tld/phpshell.php
    and it cant get to "/" directory or "root" directory, those directory that cant access by not authorized person.
    But when I use the URL of http://ipaddress/~userclient/phpshell.php it can access those directory that shouldn't access by not authorized person.

    Anyone here know how can avoid this?
    Im very new in VPS.
    try to change your home directory you can configure it on your php.ini configuration file so that the user will not get access through hostname(~user)

    http://wapx.amob.com
    Applications, Games, Wallpapers, Ringtones, Videos, Themes, Screensaver and More!!!

    Comment


      #3
      You can install apache mod_user_dir ,it will help you solve that problem ......

      Comment

      Working...
      X