Explain the purpose of the 'root' user in Kali Linux.
Example:
To run a command as root, use 'sudo' followed by the command.
保存以便复习
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。
了解热门 Kali Linux 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。
了解热门 Kali Linux 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。
搜索问题以查看答案。
Example:
To run a command as root, use 'sudo' followed by the command.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sudo apt install nmap
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
To crack a WEP key: aircrack-ng -b-w
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using 'msfconsole' to access the Metasploit console.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Both 'apt-get update' and 'apt update' update the package lists.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Using 'john' to crack a password hash: john --format=md5 --wordlist=passwords.txt hashfile
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Capturing packets on a network interface using 'Wireshark'.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
nmap 192.168.1.1
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Setting up a simple listener using 'Netcat': nc -lvp 4444
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Configuring 'Snort' rules to detect specific types of attacks.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Running 'Wifite' to automatically audit nearby wireless networks.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Capturing packets on interface eth0 with 'tcpdump'.
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Creating a rule to allow incoming traffic on port 22: iptables -A INPUT -p tcp --dport 22 -j ACCEPT
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
Encrypting a file with 'GPG': gpg --output encrypted_file.gpg --encrypt --recipient recipient_key file_to_encrypt
收藏此条目、标记为困难题,或将其加入复习集合。