The most secure Windows file system. (hint New Technology)
What is NTFS?
This Windows command lists files in a directory.
What is dir?
Find which process is listening on port 22
ss -tulnp | grep 22
A popular free Linux security distribution that contains many penetration tools
What is Kali Linux?
Linux command used to run as another user
What is sudo?
A hierarchical database of all system and user information used in Windows.
What is the Registry?
This Windows powershell command lists files and directories
Get-ChildItem (ls, dir
This Linux command creates a directory
What is mkdir?
A free and open source Linux distribution for intrusion detection, security monitoring, and log management (hint - vegetable)
What is Security Onion?
This Linux command is used to display the name of the current working directory
What is pwd?
This Windows tool is used to view and manage log files.
What is the event viewer?
This Windows command changes the current directory
What is cd?
This Linux command changes the current directory
What is cd?
The Linux application used to access the command line interface (CLI)
What is Terminal Emulator?
Linux command used to modify file permissions.
What is chmod?
The name of the Windows boot loader file. (hint Win + what it does + .exe)
What is Winload.exe?
This Windows command renames a file
Linux command to View system logs (systemd).
journalctl
This user can override file permissions on a Linux computer
What is the root user?
This Linux command provides documentation about the man command.
What is man man?
This technology was created to replace the BIOS program on modern personal computer motherboards
What is UEFI?
What windows co,,amd Lists active TCP connections?
Get-NetTCPConnection
This Linux command displays IP address configuration information
What is ifconfig?
The name of a running background process that does not need user interaction.
What is daemon?
In the Linux shell, this character is used between two commands to combine and execute two commands in sequence.
What is the pipe or |?