Skip to main content

Posts

Most Viewed Post

Wireless Hacking : How To Hack WPS Wi-Fi Netwoks

How to add official repositories in Kali Linux 2.0

If you installed the OS offline, you will need to update the repository list to get future updates. Let's keep this short.

How To Change MAC Address in Linux

MAC (Media Access Control) address is a unique identifier which is assigned to every network interface when it is made in factory. MAC spoofing refers to the technique by which you can change that address. In this tutorial, I'm gonna show you how to change the MAC address in Linux Operating System. NOTE: I'm writing this tutorial for educational purposes only. I will not be responsible for any illegal hacking done by following this tutorial.

Use Terminal as Alarm Clock

So it's a simple trick which helps you to set an alarm using terminal/konsole/prompt or whatever you like calling it. The command is : sleep 6h && audacious xxyyzz.mp3 You can change 6h with 6s (6 seconds), 6m (6 minutes), 6h (6 hours) or 6d (6 days). You can even combine it like : 6h 30m which means 6 hours and 30 minutes.

How To Delete Linux If You Have Dual-booting with Windows

If you have Windows and Linux both installed on your system and you want to uninstall Linux, go ahead! Procedure: Linux' bootloader called GRUB (GRand Unified Bootloader) replaces Windows' default bootloader. You have to delete the partition in which Linux is installed and fix the MBR of WIndows using a system repair disk (recovery disk).

How To Create Strong Password

My last post taught you about making your PC say something. This post is gonna teach you creating strong passwords. Password is a secret word or phrase that must be used to gain admission to something... It allows you gain access to a computer, interface or a system. As pentesting is one of my interests, it's my daily work to crack passwords and make my system more secure. We, network security administrators know the methods to crack weak passwords easily and trust me, even a noob or script kiddie can crack them just by using some tools. A lot of noobs try social engineering too to gain access to your important stuff. If you have a strong password, it's difficult for people to guess it and hence, your account remains safe and secure.