SpyCod3 Zip Scanner

ByDokunulmaz

Özel Üye
Katılım
25 Haz 2013
Mesajlar
935
Tepkime puanı
0
Puanları
0
Yaş
28
Web sitesi
ajanlar.org
Merhaba Arkadaşlar Bu Seferki Yazdığıız Script İler Server'daki Zip Dosyaları Tarayabiliyorsunuz. İçinde Mevcut .zip .txt Yolları Var. Hacking'e Yeni Başlamış Arkadaşlar Bu Benim Ne İşime Yarayacak Diyebilir Fakat Bilenler Ne Yapacaklarınıda Bilir. :) Mesela Sertan Bilir :)

By Dokunulmaz & Antidote
[hide]
PHP:
#!/usr/bin/env python

import urllib2
import requests
import re, os, sys
import socket

def screen():
	if os.name == "nt":
		os.system('cls')
	else:
		os.system('clear')

screen()


print "\t\t\t----------------------------------- " 
print "\t\t\t| \m/ SpyCod3 Zip Scanner \m/ "
print "\t\t\t| Coded By Dokunulmaz & Antidote "
print "\t\t\t| Site: http://ajanlar.org - http://spycod3.org"
print "\t\t\t----------------------------------- " 

zippy = ['backup.tar.gz', 'backup/backup.zip', 'vb/backup.zip', 'backup.zip', 'backup.rar', 'backup.sql', 'vb/vb.zip', 'vb.zip', 'vb.sql', 'vb.rar', 'vb1.zip', 'vb2.zip', 'vbb.zip', 'vb3.zip', 'upload.zip', 'up/upload.zip', 'joomla.zip', 'joomla.rar', 'joomla.sql', 'wordpress.zip', 'wp/wordpress.zip', 'blog/wordpress.zip', 'wordpress.rar','admin.zip','backup.zip', 'config.zip','blog.zip', 'wp-config.txt', 'configuration.txt', 'config.txt'] 


def main():

	try:
		host = raw_input('Site Adresi veya IP Adresi Girin: ')

		if host.startswith("http://"):
			host = host.replace("http://", "")
		elif host.startswith("https://"):
			host = host.replace("https://", "")
		else:
			pass

		ip = socket.gethostbyname(host)
		
		ileri = 0
		while(ileri<=200):
			bing = "http://www.bing.com/search?q=ip%3A"+ip+"&first="+str(ileri)+"&FORM=PORE"
			veri = urllib2.Request(bing)
			alan = urllib2.urlopen(veri).read()
			ileri = ileri + 10
			b = re.findall('<h2><a href="\S+', alan)
			for req in b:
				p = req.replace('<h2><a href="http://', "").replace('/"', "").replace('"', "")
				if p.startswith('www.'):
					p = p.replace("www.", "")

				else:
					pass
					
				with open("x.txt", 'a') as f:
					f.write(p)
					f.write("\n")

		yaz = open("x.txt", 'r').read().split("\n")
		hat = set(yaz)
		hiz = 0
		for Line in gat:
			
			hat1 = hat.split("/")[0] 
			with open("bingzip.txt", 'a') as neo:
				hiz = hiz + 1
				neo.write(hat1)
				neo.write("\n")
		
		print ""
		print "Toplam Sonuc: " + str(count)
		print ""
		os.unlink('x.txt')
		print "Bekleyin... "
		print ""
		zipp = open("bingzip.txt", 'r').read().splitlines()
		for zip in zipp:
			
			for z in zippy:
				try:
					url = "http://"+zip+"/"+z
					fazla = requests.get(url)
					cok = fazla.status_code
					
					if cok == 200:
						print url
						break

									
				except:
					pass
		os.unlink("bingzip.txt")
	except Exception, e:
		print e

main()
[/hide]
 

KingDoz

Forumdan Uzaklaştırıldı
Katılım
23 Haz 2015
Mesajlar
1,403
Tepkime puanı
0
Puanları
0
Yaş
32
Eline saglık kanka :D
 

Holigano

Forumdan Uzaklaştırıldı
Katılım
2 May 2015
Mesajlar
560
Tepkime puanı
0
Puanları
0
ellerıne sağlık krdşm
 

adanalihacker

Yeni Üye
Katılım
30 Eyl 2015
Mesajlar
1
Tepkime puanı
0
Puanları
0
ELLİNE SAGLIK :)ELLİNE SAGLIK :)ELLİNE SAGLIK :)ELLİNE SAGLIK :)ELLİNE SAGLIK :)ELLİNE SAGLIK :)
 

KadirKoroglu

Spys-Z
Katılım
21 Kas 2014
Mesajlar
524
Tepkime puanı
4
Puanları
0
teşekkür
 
Üst
Copyright® Ajanlar.org 2012