Sunday, 26 October 2014

FREE Unlimited Talk Time FOR ANDROID USER

FREE RECHARGE FOR ANDROID USER



RECHARGE OF " Unlimited Talk Time" FREE
Follow Just Simple Steps And Get Your Talktime. FOR ANDROID USER

Download Link :  ladooo.com/1162779685
Steps Of Register :-
1. Select Sign Up With Number
3. Enter Mobile Number
5. Verify Your Number
Note :- This offer is for every network


Saturday, 25 October 2014

4 Ways to Increase Your Internet Broadband Connection Speed

4 Ways to Increase Your Internet Broadband Connection Speed 


There are many occasions when you will get into internet connection problems and will not be able to get online and handle your normal online business, this is the stage when you need to try out some of these tweaks for the respective connections. If you are using airtel 8mbps connection then you wont need these tweaks because its one of the best broadband service provider in India.
First of all check out your current broadband speed and note it down and then apply the following tweaks one by one :



1. Reducing your Web Cache Space : You need to reduce your web cache space to the minimum because this way your browser does not need to search much in the temporary files. For this you need to do the following :
Click Start > Click on Control Panel > Double Click on Internet Options > Click on Setting option under the Browsing History[Delete temporary files, history, cookies, saved passwords & web information].
Internet Properties Control Panel
Now reduce the cache size to the minimum recommended disk space which is normally 50Mb disk space. This way your internet connection speed will increase to some extent.
Temporary Internet Files

2. Speed Up your Web Pages by blocking multimedia & Turning off Graphics: This is a very important tweak which can help you increase your broadband speed by many times. Here are the steps :
Click on Start > Click on Control Panel > Double Click on Internet Options > Click on Settings under Advanced Menu > Deselect some of the options which you dont need generally while browsing example removing Show pictures if you normaly use internet connection for check out your emails etc.
Advanced Internet Options
Generally you need to disable Images, sounds, animations etc in order to increase your internet speed because text wont take much time to load up in a slow connection.
3. Send Bulk emails using distribution lists : If you are looking to send a email to multiple reciptants then its time for you to signup for email distributions by creating mailing lists, this way you can get your work sorted even if you are on a very slow internet connection.
4. FasterFox Firefox AddonUse Fasterfox : A firefox Add-On which can increase your browser performance and network tweak to increase your browsing speed. The Add-on automaticaly loads up silently all the links open when there is idle bandwidth and help you to save up some loading time with a inbuilt pop-up blocker to block unwanted pop-up’s
Dont forget to read these tips for increasing your internet browsing speed by 4 times which is related to your browser settings..


Connectify 9.X Pro Plus Full Cracked

Connectify 9.X Pro Plus Full Cracked


Share Wi-Fi from 3G/4G Networks – Connectify Hotspot PRO supports sharing Internet from 3G/4G cards in addition to a wide variety of other USB cards and dongles. Turn your 3G or 4G USB stick into a real travel router.

Fully Customizable SSID – Name your hotspot whatever you want! (Hotspot Lite requires your hotspot name to start with 'Connectify-').

Wi-Fi Extender Mode – Extend the range of your home or office Wi-Fi with just a few clicks.

Drag & Drop File Transfers – Easily share files of any size, directly to both devices connected to your hotspot, and to other Connectify Hotspot users on the same network.
  • AutoInternet Selection – Automatically configure your hotspot's Internet sharing settings.
  • Dispatch Integration - Share your Super-Fast Dispatch Connection with Connectify Hotspot PRO






Wifi Hacking Using Backtrack 5 (WEP KEY)

Wifi Hacking Using Backtrack 5 (WEP KEY)
As announced before we would be writing related to wifi attacks and security, This post is the second part of our series on wifi attacks and Security, In the first part we discussed about various terminologies related to wifi attacks and security and discussed couple of attacks. This post will also show you how one can easily crack WEP keys in no time.


Security Issues With WEP


WEP (Wired Equivalent Privacy) was proved full of flaws back in 2001, WEP protocol itself has some weakness which allows the attackers to crack them in no time. The biggest flaw probably in a WEP key is that it supports only 40bit encryption which means that there are 16million possibilities only.

For more information on WEP flaws, kindly read the WEP flaws section here.

Requirements :-

Here is what you would require to crack a WEP key:

1. Backtrack or any other Linux distro with aircrack-ng installed 

2. A Wifi adapter capable of injecting packets , For this tutorial I will use Alfa AWUS036H which is a very popular card and it performs well with Backtrack

You can find compatible wifi card lists here.

Procedure :-

First Login to your Backtrack / Linux distro and plug in your Wifi adpter , Open a new konsole and type in the following commands 

ifconfig wlan0 up



where wlan0 is the name of the wireless card ,it can be different .To see all wireless cards connected to your system simply type in " iwconfig ".


Putting your WiFi Adapter on Monitor Mode

To begin, you’ll need to first put your wireless adapter into monitor mode , Monitor mode is the mode whereby your card can listen to every packet in the air , You can put your card into monitor mode by typing in the following commands 

airmon-ng start (your interface)

Example :- airmon-ng start wlan0



Now a new interface mon0 will be created , You can see the new interface is in monitor mode by entering "iwconfig mon0" as shown



Finding a suitable Target

After putting your card into monitor mode ,we need to find a network that is protected by WEP. You can discover the surrounding networks by entering the following command

airodump-ng mon0



Bssid shows the mac address of the AP, CH shows the channel in which AP is broadcasted and Essid shows the name broadcasted by the AP, Cipher shows the encryption type ,

Now look out for a wep protected network In my case i’ll take “linksys “ as my target for rest of the tutorial

Attacking The Target

Now to crack the WEP key you'll have to capture the targets data into a file, To do this we use airodump tool again, but with some additional switches to target a specific AP and channel. Most importantly, you should restrict monitoring to a single channel to speed up data collection, otherwise the wireless card has to alternate between all channels .You can restrict the capture by giving in the following commands

airodump-ng mon0 --bssid -c (channel ) -w (file name to save )



As my target is broadcasted in channel 6 and has a bssid "98:fc:11:c9:14:22" ,I give in the following commands and save the captured data as "RHAWEP"

airodump-ng mon0 --bssid 98:fc:11:c9:14:22 -c 6 -w RHAWEP


Using Aireplay to Speed up the cracking

Now you’ll have to capture at least 20,000 data packets to crack WEP .This can be done in two ways, The first one would be a (passive attack ) wait for a client to connect to the AP and then start capturing the data packets but this method is very slow, it can take days or even weeks to capture that many data packets

The second method would be an (active attack )this method is fast and only takes minutes to generate and inject that many packets .

In an active attack you'll have do a Fake authentication (connect) with the AP ,then you'll have to generate and inject packets. This can be done very easily by entering the following commands 

aireplay-ng - 1 3 -a (bssid of the target ) (interface) 



In my case i enter the following commands 

aireplay-ng -1 3 -a 98:fc:11:c9:14:22 mon0 


After doing a fake authentication ,now its time to generate and inject Arp packets . To this you'll have to open a new Konsole simultaneously and type in the following commands

aireplay-ng 3 -b (bssid of target) -h ( Mac address of mon0) (interface)



In my case i enter
aireplay-ng 3 -b 98:fc:11:c9:14:22 -h 00:c0:ca:50:f8:32 mon0

If this step was successful you'll see Lot of data packets in the airodump capture as shown



Wait till it reaches 20000 packets , best would be to wait till it reaches around 80,000 to 90,000 packets .Its simple more the packets less the time to crack .Once you’ve captured enough number of packets, close all the process's by clicking the into mark which is there on the terminal


Cracking WEP key using Aircrack


Now its time crack the WEP key from the captured data, Enter the following commands in a new konsole to crack the WEP key

aircrack-ng (name of the file )

In my case i enter 
aircrack-ng RHAWEP-0.1-cap

With in a few minutes Aircrak will crack the WEP key as shown



Once the crack is successful you will be left with the KEY! Remove the colons from the output and you’ll have your WEP Key.

Top 10 keyboard shortcuts everyone should know

Top 10 keyboard shortcuts everyone should know

Top 10 keyboard shortcutsUsing keyboard shortcuts can greatly increase your productivity, reduce repetitive strain, and help keep you focused. For example, highlighting text with the keyboard and pressing Ctrl + C is much faster than taking your hand from the keyboard, highlighting the text using the mouse, clicking copy from the file menu, and then putting your hand back in place on the keyboard. Below are our top 10 keyboard shortcuts we recommend everyone memorize and use.

Ctrl + C or Ctrl + Insert

Both Ctrl + C and Ctrl + Insert will copy the highlighted text or selected item. If you want to cut instead of copy press Ctrl + X.

Ctrl + V or Shift + Insert

Both the Ctrl + V and Shift + Insert will paste the text or object that's in theclipboard.

Ctrl + Z and Ctrl + Y

Undo any change. For example, if you cut text, pressing this will undo it. This can also often be pressed multiple times to undo multiple changes. Pressing Ctrl + Y would redo the undo.

Ctrl + F

Pressing Ctrl + F opens the Find in any program. This includes your Internet browser to find text on the current page.

Alt + Tab or Ctrl + Tab

Quickly switch between open programs moving forward.
Tip: Press Ctrl + Tab to switch between tabs in a program.
Tip: Adding the Shift key to Alt + Tab or Ctrl + Tab will move backwards. For example, if you are pressing Alt + Tab and pass the program you want to switch to, press Alt + Shift + Tab to move backwards to that program.
Tip: Windows Vista and 7 users can also press the Windows Key + Tab to switch through open programs in a full screenshot of the Window.

Ctrl + Back space and Ctrl + Left or Right arrow

Pressing Ctrl + Backspace will delete a full word at a time instead of a single character.
Holding down the Ctrl key while pressing the left or right arrow will move the cursor one word at a time instead of one character at a time. If you wanted to highlight one word at a time, you can hold down Ctrl + Shift and then press the left or right arrow key to move one word at a time in that direction while highlighting each word.

Ctrl + S

While working on a document or other file in almost every program, pressing Ctrl + Ssaves that file. This shortcut key should be used frequently anytime you're working on anything important.

Ctrl + Home or Ctrl + End

Ctrl + Home will move the cursor to the beginning of the document and Ctrl + Endwill move the cursor to the end of a document. These shortcuts work with most documents, as well as web pages.

Ctrl + P

Open a print preview of the current page or document being viewed. For example, press Ctrl + P now to view a print preview of this page.

Page Up, Space bar, and Page Down

Pressing either the page up or page down key will move that page one page at a time in that direction. When browsing the Internet, pressing the space bar also moves the page down one page at a time.
Tip: If you are using the space bar to go down one page at a time, press theShift key and space bar to go up one page at a time.

Other Recommended Shortcuts

We also recommend the following keyboard shortcuts, as they can be very useful:

Ctrl + O

Allows you to select and open a file within the current software program. This works in most programs, including Internet browsers.

F2

After highlighting or selecting a file, pressing F2 changes the file name to be editable, allowing you to rename the file.

Tuning tips for Windows 7

Tuning tips for Windows 7

windows 7 tuning tips and tricksIf you want to tuneup your windows 7 and want to speedup your windows 7 performance thenturn off unnecessary system services and lightning fast boot up. Our windows 7 tips and tricks starts not only windows faster, but also ignites while working the turbo. You can easy read and fallow these easy windows 7 tuning tips and tricks to speedup you computerperformance.

Tuning tips for Windows 7

Windows 7 is indeed home of a nimble and reliable operating system, but with a few clicks here and a few setting changes there running Windows 7 in the future faster than ever. Here below we shows some tips like turn off windows 7 animation and use less visual effects to speedup windows and computer performance.

Turn off window animations

1.  Anyone who has ever opened a lot of windows and this often changes back and forth, losing much of the time windows 7 plays every Maximize and Minimize a window an animation where one has seen fast enough. This animation you can easily switch off. You enter in the input box of the Start menu “Systempropertiesperformance“.
2.  Then opens the “Performance Options” window. In the “Visual Effects” Now uncheck “animation when minimizing and maximizing windows“. Minimize or maximize a window to the future immediately, without the animation.
3.  If you already have this settings window just opened, is also worth a look at the rest of the settings. So you can, for example, the representation of window and or disable mouse shadow or specify that its contents should not be shown when dragging a window. So you can personalize the visual presentation of Windows 7.

Use less visual effects

The Aero interface requires quite a bit of performance, which becomes quickly noticeable especially on poor equipped computers. Here it may be worthwhile to turn off all the visual effects.
1.  By calling on the advanced system settings. These can be accessed via a right click on the “Computer” in the Start menu and selecting “Properties” from the drop down menu. TheControl Panel opens in the left tab and then scroll down to the “Advanced system settings“.
2.  In the new window “System Properties” go to “Advanced” tab and click on the “Settings” button under “Performance”. Put more emphasis on performance, then choose the “Visual Effects” “Adjust for best performance” in the entry.
3. Anyone who possesses a powerful computer and more emphasis on the appearance of the operating system, choose “Adjust for best representation” of.

Tuning tips for Windows 7 in Urdu

Windows 7 tuning tips in urdu

Top Ten Tips To Improve System Speed

Top Ten Tips To Improve System Speed 

1. Let your PC boot up completely before opening any applications.

2. Refresh the desktop after closing any application. This will remove any unused files from the RAM.
3. Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).
4. Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM
5. Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.
6. Delete the temporary internet files regularly.
7. Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.
8. Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.
9. When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.
10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum.
RAM IS THE WORKING AREA (DESKTOP) OF THE CPU, KEEP IT AS EMPTY AND UNCLUTTERED AS POSSIBLE! -