Which command identifies IoT devices using insecure HTTP ports?

Prepare for the Certified Ethical Hacker Version 11 Exam with a comprehensive test featuring flashcards and multiple choice questions, each accompanied by hints and explanations to ensure a thorough understanding. Ace your ethical hacking exam with confidence!

Multiple Choice

Which command identifies IoT devices using insecure HTTP ports?

Explanation:
Opening up to open HTTP ports on devices is a practical way to spot IoT devices that expose web interfaces without encryption. By scanning common HTTP ports—like 80, 81, 8080, and 8081—you probe which hosts in the target range have those services listening. If a device responds on any of these ports, it likely has a web-based management page that could be using HTTP instead of HTTPS, making it a candidate for further security checks. The other options aren’t built for this kind of discovery. Ifconfig just shows the network interfaces and their addresses on your own system, not devices across a range. Telnet is a protocol you could use to connect to a port manually, but it isn’t a scalable discovery or identification tool for many hosts. Airodump-ng focuses on capturing Wi-Fi frames and identifying devices on a wireless network, not on scanning for open HTTP ports to identify IoT devices.

Opening up to open HTTP ports on devices is a practical way to spot IoT devices that expose web interfaces without encryption. By scanning common HTTP ports—like 80, 81, 8080, and 8081—you probe which hosts in the target range have those services listening. If a device responds on any of these ports, it likely has a web-based management page that could be using HTTP instead of HTTPS, making it a candidate for further security checks.

The other options aren’t built for this kind of discovery. Ifconfig just shows the network interfaces and their addresses on your own system, not devices across a range. Telnet is a protocol you could use to connect to a port manually, but it isn’t a scalable discovery or identification tool for many hosts. Airodump-ng focuses on capturing Wi-Fi frames and identifying devices on a wireless network, not on scanning for open HTTP ports to identify IoT devices.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy