Showing posts with label crack. Show all posts
Showing posts with label crack. Show all posts

Wednesday, 1 June 2016

Wi-fi hacking is not a big deal – Crack WPA2 Password in 5 steps !!!

 





Requirements:

  1. Wireless card (support promiscuous mode) 
  2. Access point with WPA2 and WPS enables 
  3. Linux installed PC(ubuntu,kali,mint,etc). 

STEP 1:Open our terminal (CTRL+ALT+T) and type airmon-ng (view tips and tricks how to create keyboard shortcut on kali linux)
this command will lists our wireless card that attached with our system.

STEP 2: The next step we need to stop our wireless monitor mode by running airmon-ng stop wlan0

STEP 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

REFERENCE

  • 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. 

STEP 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.

STEP 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 from my Kali virtualBox, but it depend with our hardware and wireless card.

Monday, 23 May 2016

Steps to prohibit access to Control panel items

Steps to Disable Control panel items


step 1:  1.Open run (window key + R) and type in gpedit.msc.
             2.Click ok



step 2: The local group edit window pop-ups.
             Select administrative templates.




step 3: Then double click on control panel directory



step 4: Then select prohibit access to control panel and PC settings
            


step 5: In the pop-up window click enable




step 5: Click Apply then click ok

    



This setting prevents Control.exe and SystemSettings.exe, the program files for Control Panel and PC settings, from starting. As a result, users cannot start Control Panel or PC settings, or run any of their items.

This setting removes Control Panel from:
The Start screen
File Explorer

This setting removes PC settings from:
The Start screen
Settings charm
Account picture
Search results

If users try to select a Control Panel item from the Properties item on a context menu, a message appears explaining that a setting prevents the action.


                            


Sunday, 22 May 2016

How to disable startup applications in windows PC(windows 8/8.1/10)

How to disable startup applications in 

Windows 10 PC 

This method is applicable in windows 8/windows 8.1/windows 10

STEP 1: Open taskmanager(don't know how? click here for tutorial )

                                               
STEP 2: click on start-up



STEP 3: Select the unnecessary application/program from the sart-up list (the program that you intent to disable from startup)




STEP 4: Click on disable button at the bottom right corner of                   the window. 



Now you can see that the application status is displayed as disabled. These disabled applications will not run at startup.