Which is the long-form option to enable port scanning in Sublist3r?

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 is the long-form option to enable port scanning in Sublist3r?

Explanation:
Port scanning is a feature that checks which services are accessible on discovered subdomains. In Sublist3r, enabling this capability is done with a long-form flag that clearly mentions ports. That is --ports. It directly signals that the tool will perform port probing after gathering subdomains. The other options serve different purposes: --engines toggles which search engines to query for subdomains, --help shows usage information, and --output designates a file to write results. To use it, you’d run something like: python sublist3r.py -d example.com --ports, and Sublist3r would enumerate subdomains and then scan common ports on them.

Port scanning is a feature that checks which services are accessible on discovered subdomains. In Sublist3r, enabling this capability is done with a long-form flag that clearly mentions ports. That is --ports. It directly signals that the tool will perform port probing after gathering subdomains. The other options serve different purposes: --engines toggles which search engines to query for subdomains, --help shows usage information, and --output designates a file to write results. To use it, you’d run something like: python sublist3r.py -d example.com --ports, and Sublist3r would enumerate subdomains and then scan common ports on them.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy