What is Kali Linux?
Example:
Kali Linux provides a wide range of tools for ethical hackers and security professionals to assess system vulnerabilities.
복습용 저장
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.
Know the top Kali Linux interview questions and answers for freshers and experienced candidates to prepare for job interviews.
Know the top Kali Linux interview questions and answers for freshers and experienced candidates to prepare for job interviews.
Search a question to view the answer.
Example:
Kali Linux provides a wide range of tools for ethical hackers and security professionals to assess system vulnerabilities.
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
sudo apt update
sudo apt upgrade
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Username: kali
Password: kali
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
ifconfig
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Creating a bootable Kali Linux USB drive using 'dd' command.
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
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
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Using 'Burp Suite' to intercept and modify HTTP requests.
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Using 'Hydra' to perform an SSH brute-force attack: hydra -l username -P password.txt ssh://target
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Using 'Maltego' to visualize relationships between different entities.
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Cracking a WPA2 passphrase using 'Aircrack-ng'.
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
sqlmap -u 'http://example.com/index.php?id=1' --dbs
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Generating a payload with 'Veil-Evasion': veil-evasion --payload=python/meterpreter/rev_https --overwrite --out=/root/Desktop/veil_payload
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Cracking a SHA-256 hashed password with 'Hashcat'.
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Demonstrating a browser-based attack using 'BeEF'.
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Launching an ARP poisoning attack with 'Ettercap'.
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
Example:
Cracking Unix password hashes: unshadow /etc/passwd /etc/shadow > passwordfile.txt
john passwordfile.txt
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.