Remember, just because you are hiding in your safe lab behind a PC, you aren't exempt from correct and thoughtful communication. You are not as anonymous as you think you are. Be smart and be safe online.
I though of explain you to create simple fake virus that I have learned. It is very simple and any one can try for Windows operating systems. All you have to do is just create one executable file and one shortcut.
Create a executable file:
Step 1:
Copy and paste following code lines into Notepad
@echo off
color 0a
echo Deleting Critical System Files...
echo del *.*
ping -n 4 127.0.0.1>nul
echo Deletion Successful!
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Deleting Root Partition...
ping -n 2 127.0.0.1>nul
echo delTree %SYSTEMROOT%
ping -n 4 127.0.0.1>nul
echo Deletion Successful!
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Creating Directory aXon...
echo cd C:\Documents and Settings\All Users\Start Menu\Programs\
ping -n 1 127.0.0.1>nul
echo md aXon
ping -n 3 127.0.0.1>nul
echo Directory Creation Successful!
echo:
echo:
echo Execution Attempt 1...
ping -n 3 127.0.0.1>nul
echo start aXon.exe
ping -n 3 127.0.0.1>nul
echo Virus Executed!
echo:
echo:
ping -n 2 127.0.0.1>nul
echo Disabling Windows Firewall...
ping -n 2 127.0.0.1>nul
echo Killing all processes...
ping -n 2 127.0.0.1>nul
echo Allowing virus to boot from startup...
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Virus has been executed successfully!
ping -n 2 127.0.0.1>nul
shutdown -s -t 120 -c "Your computer has committed suicide. Have a nice day."
Step 2:
Copyright 2010 THE HACKER ATTITUDE
Theme designed by Lorelei Web Design
Blogger Templates by Blogger Template Place | supported by One-4-All
0 comments:
Post a Comment