Thursday 16 May 2013

Get Quick Heal Total Security free







Quick Heal Total Security protects your laptops and desktops and provides
 protection against all kinds of Internet or network-based
threats. Upon installation, it acts as a shield against viruses, worms, trojans,
spywares and other malicious threats. It also provides
security against new and unknown threats with Quick Heal's renowned
DNAScan┬« Technology. Its improved Anti-Phishing feature ensures that
 you do not land on phishing sites when browsing the net. The Parental
Control feature allows you to schedule Internet
access for your children and its pre-configured restricted browsing
 ensures that children do not visit adult sites. The PCTuner tool
 improves the overall efficiency of your system and the PC2Mobile
 Scan feature scans, detects and removes malwares from your
 mobile phones. It utilizes minimum system resources, thereby
giving complete protection to your system without slowing it down.

Download Quick Heal Total Security 2012 from www.quickheal.com
and download crack by clicking here.

Install:
--------------------------------------------------------------------------------
1: Install Quick Heal Total Security 2012 - 2013 (32bit).
2: Restart your computer/laptop
3: Keep pressing F8 key again and again till you get menu to go in safe mode
4: After getting in safe mode, copy all the crack files and paste in quick heal
 directory where quick heal is installed
Say yes to replace all files.
default directory is => c://program files/quick heal/quick heal total security folder.
5: Run quick heal. Go To Files & Folders Section.
Select Exclude Files & Folders.
Click on Add button.
Add the quick heal folder and subfolders to the exclusion list.
6.Click on Save Changes button.
7: Restart PC and run normally

Hope you enjoyed this post.

Please Like and Share.

Hack anyone's Wi-Fi Connection!







 Follow the given steps below to hack anyone's wifi connection

 1.Install Commview, then paste the included “cv.exe” to the directory you installed it to (C:\ProgramFiles\commviewwifi)

 2.Open commview and install the commview drivers to a card. It should prompt you about your  wireless card and than automatically install the driver. It is important that you have 1 card that works with commview or else the rest of the tutorial will not work

 3.Go to the “rules” tab and check “enable advanced rules”

4.Type in the box labelled formula “tods=1 and dmac=FF:FF:FF:FF:FF:FF” then type a name for your formula in the box labelled name and than click add/edit.

 5.This should now appear in the upper box. if it is not checked, check it.

 6.Click settings>options>memory usage and turn maximum packets in buffer to 20000 (max). If it prompts you to restart it, do so. There are three funnel looking things on the main menu bar of commview. uncheck all but the first one (one labled “capture data packets”)

7.Click the play button and scan for the network you want to crack.

 8.Once you have found it, drag the channel menu down to the desired channel and click capture.

 9.Now using your other adapter thats not capturing, connect to the password protected network. when it asks you for key, type in something random, i used 1234567890.

 10.It should now say connected with limited connectivity.

 11.Go back to your commview menu and click on the packets tab. you should see a couple of packets.

 12.Looking at the protocol column, you should see a couple labled IP/UDP, ARP REQ, and a couple of others. Right click on any packet labled “ARP REQ” and than click send packet, and selected. A mini menu should now appear.

 13.On the mini menu, change packets per second to 2000, and rather than 1 time(s), click continuously, and Then click send.

 14.Go back to the main commview window and go to the rules tab, and uncheck the rule you made.

 15.You are now injecting and you should see the number of packets rising really fast.

 16.Save the packets, you have to save every 20000 packets, click file, save and than in the save dialogue, remember where you saved it, and instead of saving it as an ncf file, save it as a “dump” .cap file.

 17.Extract the Aircrack-NG folder.

 18.open aircrack-ng-GUI that can be found in the map “bin” and select the files you saved, and than click launch.

 19.Look at the list of IV’s you have, and select the network you want to crack , there should be a list of a lot of them, chose the one with the most IVs.

 20.You are connected to your neighbor’s Wi-Fi. Buy him some nice gift as he just let you use his 4Mbps connection

Hope you enjoyed this post.

Please Like and Share

Log out of your facebook account from another computer




Sometimes we go to cyber cafe or any other places just to open our Facebook account but forget to log out.. No need to worry about that, there is a way to log it out from any other computer..

Follow the steps given below:


  1. Log in your account (from anywhere)
  2. Go to Account Settings (located in the right side of "Home" button)
  3. Choose the "Security"option
  4. Go to Active Sessions (All of your log-ins are listed there
  5. Click on "End Activity" and you will be logged Out..
Thus, in five simple steps you can save your Facebook account from being used by others and thereby improving yourself by getting to one more better step towards cyber security.

Hope you enjoyed this post.


Please Like and Share.

How to Convert Videos using VLC Media Player




How to Convert Videos using VLC Media Player



Yes, now VLC can be used to convert videos to other formats like 3gp, avi, mkv etc.


 Follow the steps given below 

1) Open VLC Media Player .

2) Click on Media and select Convert / Save (Ctrl+R ) Option.


3) Now Add the Files by using Add Button on the new Window which appeared.


4) Now Click on Convert / Save Button and this will Open an Another Window .


5) Now select the Destination File and Profile ( Conversion Format ) as you wish.


6) Finally Click on the Start Button to Begin the Conversion and it is done.

Create Bootable USB Pen Drive for Windows 7



Installing Windows from a USB flash drive has several advantages : First of all, the overall speed of the installation process will increase significantly, carrying a USB stick is much more convenient than a DVD, and finally it becomes possible to install the OS even on those systems that do not have a DVD drive, such as a netbook.


In this post, I will show you how to load the Windows installation in your USB flash drive and how to make it bootable just like the DVD from your .iso image.

There are Two Options: 

1. Windows 7 USB-DVD Download Tool.
2. Basic Option.

1. Windows 7 USB-DVD Download Tool:
Just Download this Tool from Microsoft Website and Install in your Desired PC then browse your .iso image and follow some easy steps:-


2. Basic Option:
Tools Required:

1. USB flash drive with a minimum capacity of 4 GB.
2. Windows 7 Setup DVD.


Step 1 : Plug-in your USB flash drive.

Step 2 : Open the PowerShell (OR Command Prompt if PowerShell Not Exist). If you are using Windows 7/Vista then open it with administrator rights*.

"Goto Start -> All Programs -> Accessories ->Windows PowerShell ->  Right-click on “Windows PowerShell” and select “Run as Administrator”.

Step 3: In the PowerShell, type

DISKPART

This will start the Microsoft DiskPart utility as shown below:

Now issue the following command:
LIST DISK

This will show you a list of  available disks on your system. Disk 0 is usually the hard disk. In my case,Disk 1 is the USB drive (this can be a different one in your case). Now issue the command as shown below:



 SELECT DISK 1



above command, 1 is the USB drive number on my system. If you have a different number on your system, then you need to replace 1 with that number.

Step-4: Now issue the following list of commands one by one as shown below:

CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT





Close Power Shell and proceed to the next step.

Step 5: Insert the Windows 7/Vista installation disc and note down the “drive letter” of your DVD drive. In my case, it is “H:”.



Open the Command prompt. If you are using Windows 7/Vista then open it with administrator rights.

Goto Start -> All Programs -> Accessories -> Right-click on “Command Prompt” and select “Run as Administrator”.

Now type the following list of commands as shown below:
H:
CD BOOT
BOOTSECT.EXE /NT60 G:(NOTE:
G: is your USB drive letter)

EXIT



Step-6: Copy the contents of your Windows 7/Vista installation disk into the USB flash drive.
Directly Copy-Paste All DVD file into Usb Stick Then…

Your USB stick is now ready to boot and install the OS for you. Don’t forget to enable the “USB Boot” option and change the “Boot priority to USB device from hard disk” in your BIOS settings.

Note: Remember that you'll need to make boot order change in the BIOS. See How To Change the Boot Order in BIOS if you need help doing that.






Thanks & Blessing be on you all!