Skip to main content

Posts

Showing posts from February, 2023

Linux Persistence in Live Boot Media (Encrypted)

  Encrypted Persistence in Linux (LUKS Format) (Live Boot) Copy Paste in Terminal cryptsetup --verbose --verify-passphrase luksFormat /dev/sdb3 cryptsetup luksOpen /dev/sdb3 my_usb mkfs.ext4 -L persistence /dev/mapper/my_usb e2label /dev/mapper/my_usb persistence mkdir -p /mnt/my_usb mount /dev/mapper/my_usb /mnt/my_usb echo "/ union" | sudo tee /mnt/my_usb/persistence.conf umount /dev/mapper/my_usb cryptsetup luksClose /dev/mapper/my_usb Restart. On boot select Live boot with Encrypted Persistence. Learn more/ Official website / Click here

CMD (Admin) Without Login Windows.

Reset Windows Password / Unable to Sign-in after disabling all Windows Services In Windows > System32 Simply backup Utilman.exe & rename cmd.exe as Utilman.exe Restart Launch/Click, to get CMD (Admin)  Change Password: Using net user command  Enable all services: Using msconfig