Welcome to the Ethical Hacking Quiz Application, designed to help learners test their knowledge of the Certified Ethical Hacker v12 curriculum.
This CLI-based tool offers an interactive way to engage with ethical hacking concepts and prepare for CEH v12 certification exam.
Before you start using the Quiz App, make sure you have the following installed:
requests
library for Pythoncolorama
library for PythonClone the repository to your local machine:
git clone https://github.com/H3LLKY4T/CEH-mocktest.git
cd CEH-mocktest
pip install requests colorama
To run the quiz, simply execute the main script:
python3 ceh.py
bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…
Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…
Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…