The CEH Engage Skill Checks are designed to help you practice real-world ethical hacking skills. Unlike step-by-step labs, Engage challenges bring together concepts from multiple modules and ask you to apply them in new situations — just like you would in a real job.
❓ Why isn’t the Android device visible in the machine list (Engage Part 4, Challenge 13)?
The Android device is intentionally not shown in the machine list.
- You’ll need to scan across subnets to discover it.
- Look for port 5555 (ADB), which identifies the Android target.
- Once connected, you can interact with the device using skills from Module 17 (Hacking Mobile Platforms).
- To calculate CRC values, use the HashMyFiles tool included in the CEH Tools folder.
❓ How do I find CVEs “by date” (Engage Part 3, Challenge 9)?
Security scanners (like Nmap with Vulners or OpenVAS) can show known CVE IDs. If you need to check CVEs by publication date, the best approach is to cross-check with the official NVD (National Vulnerability Database).
Tip: The scanner gives you the CVE, and the NVD lets you check its details, including the publication date.
❓ How do I use CrypTool (Engage Part 4, Challenge 7)?
CrypTool is a cryptography learning tool included in the course.
- The challenge may involve using the given key length (such as 128-bit).
- Explore the decryption options inside CrypTool and test different settings.
- The goal is to apply your cryptography knowledge, not just follow a step-by-step lab.
❓ Why does the Android screenshot download say “no screenshots available” (Engage Part 4, Challenge 13)?
Sometimes the Android device may not have pre-stored screenshots. If you see “no screenshots available,” that doesn’t mean you’re stuck — continue exploring the device using ADB and look for other ways to gather the information requested.
❓ Is the CEH Practical exam open book?
Yes. The CEH Practical exam is:
- Proctored (remote or in-person).
- Open book, meaning you can use your notes, courseware, and other reference materials.
- ❌ You cannot receive help from other people during the exam.
Final Tip
CEH Engage is designed to stretch your problem-solving skills. If a challenge feels unfamiliar, revisit the related modules, try different tools, and think critically about how you would handle it in the real world. That’s exactly what these exercises are meant to prepare you for.
Comments