The most interesting invention

You have all probably seen these while surfing the web, but do you know the purpose of it and how exactly it verifies whether or not you’re a robot?


This is called a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart). They were invented in 2003 by researchers at Carnegie Mellon University in order to be used as a security check on websites to ensure only human users can pass through.
Only humans can read this text, computers can’t!


So now millions of captchas are being solved every single day, isn’t there a way that all this brain power can be put to good use? YES, there is. The creators of ReCaptcha started scanning books and converting them into PDFs using software, any words that were too hard for the computer to convert they would put into a captcha and let a human convert them.

At this point 100 million ReCaptchas were being solved every day, the equivalent of 2.5 million books a year. So Google says “let’s buy ReCaptcha” and they did in 2009. Google digitized all of google books and all of the New York times archives. When they ran out of books to digitize Google started giving people street numbers from Google street view to help Google maps.

Everything was going great, until… computer technology started getting advanced enough to solve captchas on its own. They started making captchas harder to solve, but eventually the technology caught on and Google needed a new strategy.

So Google engineers came up with the captcha that we all know and love!



When you click the checkbox, it sends over an HTTP request to Google with information like your IP address, your location and time, the way you move your cursor before you click, how you were scrolling the page, time intervals, and more. Most of the time the machine learning bots over at Google can tell whether or not you are a robot, but if they’re still unsure you get something like this-



And that’s how Google can tell who’s a human and who isn’t. pretty cool, huh?



Setup and Configure VPN in Kali LInux

Thinking of being Anonymous while surfing internet ?


Don't worry I am here for you.


First install aptitude package:

apt-get install aptitude
Now install VPN packages :

aptitude -r install network-manager-openvpn-gnome network-manager-pptp network-manager-pptp-gnome network-manager-strongswan network-manager-vpnc network-manager-vpnc-gnome 
Now go to Security kiss  and register your account and check your mail for the client id and password. And login to the client area.


After logging in you will see Download option in navigation bar. Click on download and then to linux.



Then you will see Download button under Linux Network Manager Configuration

Download the archive file and extract it.

Now go to Setting of your linux and then Network.

Now add a new connection. Select VPN and then openvpn.



A new windows will appear then select ip address from README.txt from the downloaded file and then add it to the gateway.

And remember type should be Certificates(TLS)

Then select the required files below.

And again go to advanced setting and tick on "Use LZO data compression"
and type port number in "Use custom gateway port" from the README.txt file. You must use the port of the gateway you have used.



Save and close all.



Now you are done. Connect to the VPN and enjoy surfing internet anonymously.



Thank you !


For details check the video



 


Stack Overflow Unveils the Next Steps in Computer Security

Dance Dance Authentication, a new way to access your account. In this authentication you have to just dance to have access to your account.

Success just made  frequent attacks, so to keep secure the users of stack overflow  the team members created a new level of security.

For more information watch this:



Your flash drive is partitioned ? Here is the solution.

Sometimes unfortunately, storage space of flash drive is partitioned. If your flash drive has the storage space of some G.B but it changes into 1 GB or 2 GB which is annoying.

 No need to worry  I got a solution for you.
This is tutorial for windows user only.


Plug in your flash drive.
Open the command prompt with administrative rights
Type in the following:
  1. diskpart and hit enter
  2. list disk and hit enter
  3. select disk and hit enter (enter the number that corresponds to your USB drive)
  4. clean and hit enter
  5. create partition primary and hit enter
  6. select partition 1 and hit enter
  7. active and hit enter
  8. format fs=fat32 and hit enter
  9. exit and hit enter
Safely eject your USB key, reboot and replug, see if this will help you

How to bypass MAC Filter using Kali.

First open up terminal and check for open  wireless network or any other networks which have MAC filter using airodump.

Now check for clients of the network in which you want to bypass MAC filter using the command :

 airodump-ng -c <channel no.> -a –bssid <bssid> <wireless interface>

Now note the MAC address of client associated with that network.

Now using macchanger tool available for linux, change the mac address of your device to that of the client of the network.

Watch here:






Just for knowledge.