3 - Getting Started with Kali Linux Flashcards
Which Windows GUI tool is recommended for creating a Kali USB drive?
win32diskimager
Which GNOME GUI tool is recommended for creating a Kali USB drive?
GNOME Disks
Which Linux command can be used to create a bootable USB from an ISO?
dd
Which Linux command can you use to find the device name assigned to a USB drive?
dmesg
What two parameters do you provide to dd
to create a bootable usb drive from an iso file?
if=filename.iso of=/dev/devicename
Which Mac command can you use to find the device name assigned to a USB drive?
diskutil list
Which Mac command can be used to create a bootable USB from an ISO?
dd
How do you verify trust in a GnuPG key, (specifically regarding https://archive.kali.org/archive-key.asc)?
Is it signed by someone you trust? (Raphaël Hertzog is mentioned)
Where is Kali’s public GPG key?
https://archive.kali.org/archive-key.asc
What Linux one-liner would you use to download AND import the Kali public gpg key?
wget -q -O - https://archive.kali.org/archive-key.asc | gpg --import
Where can you download the SHA256SUMS for a Kali Linux Distro?
https://archive.kali.org/kali-images/kali-2020.3/SHA256SUMS
(In the same directory as the image iso.)
Where can you download the signature for the SHA256SUMS file?
https://archive.kali.org/kali-images/kali-2020.3/SHA256SUMS.gpg
(In the same folder as the iso images)
What Linux command would you use to verify that a SHA256SUMS file is authentic?
gpg --verify SHA256SUMS.gpg SHA256SUMS
What Linux command would you use to find the SHA256 checksum of a file??
shasum -a 256 ./filename.iso
What command was run on Debian ISOs that gave them a partition table?
isohybrid