GCIH · Question #222
Which of the following hacking tools provides shell access over ICMP?
The correct answer is D. Loki. Loki is a hacking tool that tunnels a command shell over ICMP packets, exploiting the protocol to bypass firewalls that permit ping traffic.
Question
Which of the following hacking tools provides shell access over ICMP?
Options
- AJohn the Ripper
- BNmap
- CNessus
- DLoki
How the community answered
(61 responses)- A2% (1)
- B7% (4)
- C5% (3)
- D87% (53)
Why each option
Loki is a hacking tool that tunnels a command shell over ICMP packets, exploiting the protocol to bypass firewalls that permit ping traffic.
John the Ripper is a password cracking tool used to perform dictionary and brute-force attacks against hashed credentials, not a tool for establishing shell access over any protocol.
Nmap is a network scanning and host discovery tool used to enumerate open ports and services, not a tool for providing remote shell access.
Nessus is a vulnerability assessment scanner that identifies security weaknesses on target systems and does not provide shell or command-execution capability.
Loki encapsulates shell commands and their output inside ICMP echo request and reply packets, allowing an attacker to maintain covert remote shell access on a compromised host. Because many firewalls allow ICMP traffic to pass without deep inspection, Loki effectively bypasses network-layer controls that block TCP/UDP-based backdoors. This makes it a classic example of protocol-based covert channel exploitation.
Concept tested: ICMP tunneling for covert shell access
Topics
Community Discussion
No community discussion yet for this question.