Coders Republic

Home / Category

Linux / Unix

How to Use Aircrack-ng to Brute-force WPA2 Passwords

Aircrack-ng · Hacking Tools · Linux · Pentesting · Wireless Auditing

How to Use Aircrack-ng to Brute-force WPA2 Passwords

Some of you may already know that brute forcing a WPA2 password takes a very long time but I'm going to show you one of the ways to do this and how this…

Print man Pages to Text File

Linux

Print man Pages to Text File

If you need to create a copy of a man (manual) page of a specific command, type the following on your command shell: $ man [command] | col b filename.txt…

How to run a Speed Test from your Terminal

Linux

How to run a Speed Test from your Terminal

Fancy doing things in your shell prompt? There is a way to run a speed test from your Linux Terminal . To test your Internet connection bandwidth using…