View connected Wi-Fi password
[vc_row][vc_column width="1/1"][vc_wp_text]Open command prompt, and run it as an administrator.
Then, type the following command:
netsh wlan show profile
This command will list every Wi-Fi profile that you’ve ever connected to. To reveal the password of a specific network, type the following command, substituting “NETWORK NAME” with the Wi-Fi network you’re looking up:
netsh wlan show profile “NETWORK NAME” key=clear[/vc_wp_text][/vc_column][/vc_row]
Cracking passwords in Kali
[vc_row][vc_column column_width_percent="100" font_family="font-555555" overlay_alpha="50" gutter_size="1" medium_width="0" mobile_width="0" shift_x="0" shift_y="0" shift_y_down="0" z_index="0"][vc_column_text]For this tutorial we use John the Ripper which is a free password cracking software tool. It combines a number of password crackers into one package, autodetects password hash types, and includes a customizable cracker. Read more
Create a user in Kali Linux
the default Kali user is “root”, and no non-privileged user is created as a part of the installation process. This is one reason that Kali Linux is not recommended for use by Linux beginners who Tight be more apt to make destructive mistakes while running with root privileges.
To start, launch a shell terminal and execute the following command(s).
Reconnaissance with Skipfish
[vc_row][vc_column][vc_column_text]
Manage UFW Firewall
The default firewall configuration tool for Ubuntu is ufw. Developed to ease iptables firewall configuration, ufw provides a user friendly way to create an IPv4 or IPv6 host-based firewall. By default UFW is disabled. (Gufw is a GUI that is available as a frontend).