pasted.co
qdqsd
#!/usr/bin/pythonimport urllib
print'''
__ __ _____ __ __
| \/ | __ \ \ \ / /
| \ / | |__) | \ /
| |\/| | _ / > <
| | | | | \ \ _ / . \
|_| |_|_| \_(_)_/ \_\
'''
directories =['/uploads/','/upload/','/files/','/resume/','/resumes/','/documents/','/docs/','/pictures/','/file/','/Upload/','/Uploads/','/Resume/','/Resume/','/UsersFiles/','/Usersiles/','/usersFiles/','/Users_Files/','/UploadedFiles/','/Uploaded_Files/','/uploadedfiles/','/uploadedFiles/','/hpage/','/admin/upload/','/admin/uploads/','/admin/resume/','/admin/resumes/','/admin/pictures/','/pics/','/photos/','/Alumni_Photos/','/alumni_photos/','/AlumniPhotos/','/users/']
shells =['wso.php','shell.php','an.php','hacker.php','lol.php','up.php','cp.php','upload.php','sh.php','pk.php','mad.php','x00x.php','worm.php','1337worm.php','config.php','x.php','haha.php']
upload =[]#--------------def grabuploadedlink(url):try:for dir in directories :
currentcode = urllib.urlopen(url + dir).getcode()if currentcode ==200or currentcode ==403:print"-------------------------"print" [ + ] Found Directory : "+ str(url + dir)+" [ + ]"print"-------------------------"
upload.append(url + dir)except:passdef grabshell(url):try:for upl in upload :for shell in shells :
currentcode = urllib.urlopen(upl + shell).getcode()if currentcode ==200:print"-------------------------"print" [ ! ] Found Shell : "+ str(upl + shell)+" [ ! ]"print"-------------------------"except:pass#--------------print"-------------------------"
inp = open("sites.txt","r")for line in inp :
line = line.rstrip()
grabuploadedlink(line)
grabshell(line)
New Version Fullscreen Line Numbers
Pasted: Feb 6, 2017, 12:20:57 pm
Views: 2
TinyPaste is a free web application that allows people to share sourcecode with friends and business colleagues. If you're a programmer or designer you can paste your source code for others to see, use, or check for syntax errors. Web designers and web developers of all types ( php javascript ajax ios android java etc. ) can use TinyPaste to quickly and easily edit their data or share with others. Other uses for Tinypaste? Sharing links, funny conversations you've had in your instant messengers, info or content that you wish to share anonymously so that it's not tied to your email account or social media profiles. We also discuss topics around making money from the internet and alternative investment options ( stocks , home equity , real estate, etc.. ) The number of things you can use TinyPaste for are virtually unlimited. If you have any suggestions for us on how we can make this web app better, don't hesitate to contact us. If you run a tech blog or news site that covers new startups or tech news, we would love to be featured on your site and would be happy to do interviews with you.
© pasted.co
Press · Paste Removals · DMCA Policy · Terms of Service · Privacy Policy · Status
Comments
Post a Comment