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 :
Instruction:
- Save the file as virus.vbs The file should be saved in the vbs format.
Learn ethical-hacking - ethical-hacking tutorial - virus - ethical-hacking examples - ethical-hacking programs
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 :
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.
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"
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.
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 :
- Save It As Anything.bat
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.