Chọn chế độ luyện tập, trả lời từng câu rồi xem lời giải. Câu sai được lưu cục bộ.
Chuỗi ngày: 0 ngàyChỉ lưu trên thiết bị này
Tiến độ0 / 60
Thời gian còn lại: 00:00
Chưa có câu sai được lưu.
Không có câu hỏi phù hợp với bộ lọc.
Câu hỏi 1
What is ethical hacking?
Ethical hacking is authorized security testing performed with permission to discover weaknesses. Unauthorized access, malware, and reading private email are illegal activities.
Câu hỏi 2
What is a penetration test?
A penetration test simulates real attacks within an approved scope to find vulnerabilities. It is not a backup, update, or password reset.
Câu hỏi 3
What is usually the first phase of ethical hacking?
Reconnaissance, or footprinting, gathers information about the target before scanning or exploitation. The later phases come after information is collected.
Câu hỏi 4
What is scope in a penetration test?
Scope defines which systems can be tested and what actions are allowed. It prevents accidental damage and keeps the engagement legal.
Câu hỏi 5
What is a vulnerability?
A vulnerability is a weakness in a system or process. Patches, firewalls, and passwords are controls that reduce risk.
Câu hỏi 6
What is an exploit?
An exploit is a way to use a vulnerability to gain access or cause harm. Scanners, backups, and VPNs are not exploits.
Câu hỏi 7
What is risk in security?
Risk is usually expressed as the likelihood of a threat times the impact. Open ports, password length, and speed are related factors, not the definition of risk.
Câu hỏi 8
What is a red team?
A red team acts like an adversary to challenge security controls. Blue teams defend, and support and marketing are unrelated.
Câu hỏi 9
What is a blue team?
Blue teams monitor, defend, and respond to security events. Red teams attack, and database or sales teams have different roles.
Câu hỏi 10
Which of the following are phases of ethical hacking? Select all that apply.
Ethical hacking includes reconnaissance, scanning, exploitation, post-exploitation, and reporting. Ignoring scope is unethical and prohibited.
Câu hỏi 11
What is footprinting?
Footprinting is the process of collecting public and technical information about a target. It is not deletion, encryption, or firewall installation.
Câu hỏi 12
What is OSINT?
OSINT uses public information such as websites, social media, and registration records. It is not installation, firewalls, or indexes.
Câu hỏi 13
What is passive reconnaissance?
Passive reconnaissance observes public data and third-party sources without touching the target. Active techniques scan and interact with systems.
Câu hỏi 14
What is active reconnaissance?
Active reconnaissance sends probes to the target and may generate logs. Public reading is passive.
Câu hỏi 15
What is social engineering?
Social engineering exploits human trust to obtain information or access. Port scanning, encryption, and router configuration are technical controls.
Câu hỏi 16
What is phishing?
Phishing uses fraudulent emails or messages that look legitimate to trick users. It is not encryption, scanning, or backup.
Câu hỏi 17
What does a WHOIS lookup reveal?
WHOIS returns registrar, dates, and contact details for domains. It does not reveal passwords, temperatures, or firewall rules.
Câu hỏi 18
What is DNS enumeration?
DNS enumeration finds subdomains, mail servers, and other records that reveal the attack surface. It is not deletion, encryption, or backup.
Câu hỏi 19
What is pretexting?
Pretexting uses a believable story to trick a person into revealing data. It is not scanning, hashing, or VPN setup.
Câu hỏi 20
What is a search engine footprint?
Attackers use search operators to find exposed files and directories. It is not a cache, log, or DNS zone.
Câu hỏi 21
What is port scanning?
Port scanning identifies listening services and open ports. It is not encryption, updates, or password changes.
Câu hỏi 22
Which tool is commonly used for port scanning?
Nmap is a network scanner used to discover hosts and services. Wireshark captures packets, and Excel or Outlook are not scanners.
Câu hỏi 23
What is a SYN scan?
A SYN scan sends SYN packets and watches responses without completing the handshake. It is not a disk, virus, or backup scan.
Câu hỏi 24
What is an open port?
An open port means a service accepts connections. A disabled adapter, blocked rule, or closed session is different.
Câu hỏi 25
What is service enumeration?
Service enumeration identifies what software runs on open ports and its version. It is not deletion, restart, or printing.
Câu hỏi 26
What is vulnerability scanning?
Vulnerability scanners compare systems against databases of known issues. Manual review, backups, and policies are not scanners.
Câu hỏi 27
What is banner grabbing?
Banner grabbing connects to a service and reads its banner, which often reveals version details. It is not stealing images, blocking ads, or changing wallpaper.
Câu hỏi 28
What is a ping sweep?
A ping sweep sends ICMP requests to find live hosts. Password tests, backups, and encryption are separate tasks.
Câu hỏi 29
What is OS fingerprinting?
OS fingerprinting analyzes responses and open ports to identify the OS. It is not installation, deletion, or driver updates.
Câu hỏi 30
Banner grabbing can reveal service versions.
Service banners often include software names and versions, which help attackers and testers identify known vulnerabilities.
Câu hỏi 31
What is exploitation?
Exploitation turns a vulnerability into access or control. Backups, updates, and name changes are not exploits.
Câu hỏi 32
What is Metasploit?
Metasploit provides exploits, payloads, and modules for authorized testing. Wireshark analyzes packets and Burp Suite is a web proxy.
Câu hỏi 33
What is a payload?
A payload is the code that runs on a compromised system. Firewall rules, cables, and tapes are not payloads.
Câu hỏi 34
What is privilege escalation?
Privilege escalation moves from lower to higher privileges, such as from user to administrator. It is not lowering security, deleting accounts, or encryption.
Câu hỏi 35
What is lateral movement?
Lateral movement spreads access across the network after an initial foothold. It is not scanning, restarting, or backups.
Câu hỏi 36
What is persistence?
Persistence lets attackers keep access after reboots, credential changes, or reconnection. Log deletion, passwords, and encryption are different activities.
Câu hỏi 37
What is a backdoor?
A backdoor is a hidden access method that bypasses normal authentication. Firewalls, VPNs, and password managers are defensive tools.
Câu hỏi 38
What is post-exploitation?
Post-exploitation includes privilege escalation, data collection, lateral movement, and persistence. It happens after initial access.
Câu hỏi 39
What is a reverse shell?
In a reverse shell, the compromised system initiates a connection back to the attacker, which often bypasses inbound firewall rules. A bind shell listens on the target.
Câu hỏi 40
A reverse shell connects from the target back to the attacker.
Reverse shells make the target connect outward to the attacker, which can evade inbound restrictions. Bind shells work the opposite way.
Câu hỏi 41
What is SQL injection?
SQL injection inserts attacker-controlled SQL into queries to read or modify data. Backups, encryption, and renaming are not attacks.
Câu hỏi 42
What is cross-site scripting (XSS)?
XSS injects scripts that run in a victim browser. It is not port scanning, hardware theft, or encryption.
Câu hỏi 43
What is CSRF?
CSRF tricks an authenticated user into performing actions they did not intend. It is not a firewall, backup, or DNS record.
Câu hỏi 44
What is the OWASP Top 10?
The OWASP Top 10 describes the most critical web application risks. It is not a product, language, or database standard.
Câu hỏi 45
What is input validation?
Input validation rejects unexpected or malicious values before they are processed. It is not deletion, encryption, or theming.
Câu hỏi 46
What is a session cookie?
Session cookies keep users authenticated between requests. Themes, logs, and firewall rules are not session identifiers.
Câu hỏi 47
What is directory traversal?
Directory traversal uses path manipulation to read files outside the web root. It is not normal navigation, scanning, or permission changes.
Câu hỏi 48
What is a web application firewall (WAF)?
A WAF filters HTTP traffic to block attacks. It is not a backup, DNS, or load balancer.
Câu hỏi 49
What is IDOR?
IDOR lets users access objects by guessing or changing identifiers without authorization checks. The other expansions are not official.
Câu hỏi 50
What is a security misconfiguration?
Misconfigurations include default credentials, open debug pages, and overly permissive settings. Strong passwords, encryption, and patches reduce risk.
Câu hỏi 51
What is cryptography?
Cryptography uses algorithms and keys to protect confidentiality and integrity. It is not deletion, sorting, or backup.
Câu hỏi 52
What is hashing?
Hashing produces a fixed-size digest that cannot be reversed, making it useful for integrity checks. Encryption is reversible, and hashing is not a backup or protocol.
Câu hỏi 53
What is a salt in password hashing?
Salts make identical passwords produce different hashes and resist rainbow tables. It is not a manager, rule, or partition.
Câu hỏi 54
What is WPA2?
WPA2 protects wireless networks with encryption and authentication. It is not a browser, database, or antivirus.
Câu hỏi 55
What is malware?
Malware includes viruses, trojans, ransomware, and spyware. Patches, backups, and firewall rules are defenses.
Câu hỏi 56
What is a trojan?
A trojan hides inside software that looks normal. Firewalls, cables, and indexes are not trojans.
Câu hỏi 57
What is a rootkit?
Rootkits hide processes, files, and connections from normal tools. They are not password managers, VPNs, or resolvers.
Câu hỏi 58
What is a honeypot?
A honeypot attracts attackers so defenders can observe techniques. It is not a backup, firewall, or domain.
Câu hỏi 59
What is patch management?
Patch management keeps software updated to close known vulnerabilities. It is not scanning, log deletion, or layout changes.
Câu hỏi 60
Match each security tool to its main purpose.
Nmap scans ports, Metasploit is an exploitation framework, Wireshark analyzes packets, and Burp Suite tests web applications.