Results 1 to 6 of 6

Thread: Kali password recovery

  1. #1
    Join Date
    2013-Sep
    Posts
    13

    Kali password recovery

    I have installed Kali Linux on Virtual Box and it was running successfully, nevertheless, I have now forgotten (?) the password I selected and cannot get past password entry. How might I recover the password?

    Roxie2

  2. #2
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by Roxie2 View Post
    I have installed Kali Linux on Virtual Box and it was running successfully, nevertheless, I have now forgotten (?) the password I selected and cannot get past password entry. How might I recover the password?

    Roxie2
    hi
    if you want can try this way for (debian)

    Method 1

    -Boot into grub, select but do not press enter.
    -Press e to go into edit mode.
    -Scroll down to the kernel line, it starts with "linux /boot/vmlinuz-3.7……."
    -Scroll to the end of that line and press space key once and type init=/bin/bash
    -Press Ctrl X to boot

    ########## Remount / as Read/Write##############
    mount -rw -o remount /

    ########### Change password with##############
    passwd

    # type new password, confirm and hit enter and then reboot.

    FONT:
    http://pve.proxmox.com/wiki/Debian_reset_root_password

  3. #3
    Join Date
    2013-Sep
    Posts
    13
    Quote Originally Posted by zimmaro View Post
    hi
    if you want can try this way for (debian)

    Method 1

    -Boot into grub, select but do not press enter.
    -Press e to go into edit mode.
    -Scroll down to the kernel line, it starts with "linux /boot/vmlinuz-3.7……."
    -Scroll to the end of that line and press space key once and type init=/bin/bash
    -Press Ctrl X to boot

    ########## Remount / as Read/Write##############
    mount -rw -o remount /

    ########### Change password with##############
    passwd

    # type new password, confirm and hit enter and then reboot.

    FONT:
    http://pve.proxmox.com/wiki/Debian_reset_root_password

    Thanks for replying to my question, however, I do not know how to boot into grub. Please explain? Will this work in VB?

    Roxie2
    Last edited by Roxie2; 2013-12-31 at 21:31.

  4. #4
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by Roxie2 View Post
    Thanks for replying to my question, however, I do not know how to boot into grub. Please explain? Will this work in VB?

    Roxie2
    if you have GRUB(installed-during-your-kali-installation) this is GRUB:

    http://imageshack.us/f/546/iim0.png/
    @zoom 1600x1200
    Last edited by zimmaro; 2013-12-31 at 23:50.

  5. #5
    Join Date
    2013-Dec
    Location
    greece
    Posts
    14
    My question is how to PREVENT this ?
    use a grub passwd, maybe ?

  6. #6
    Join Date
    2013-Sep
    Posts
    13
    Zimmaro,

    Thank you for your assistance. You were very helpful. I also found the following link to be helpful: http://geekyshow.blogspot.com/2013/0...-password.html.

    Best wishes, Roxie2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •