CompTIA Security+ practice tests and study materials for certification exam preparation.
- 500+ practice questions
- Exam-style format with detailed explanations
- Progress tracking and multiple test modes
- Study guide included
- Python 3.8+
- Web browser (for web interface)
git clone https://github.com/CostaJr007/security-plus-practice.git
cd security-plus-practice
pip install -r requirements.txt# Practice mode
python quiz.py --mode practice
# Exam simulation (90 questions)
python quiz.py --mode exam --questions 90
# Web interface
python app.py
# Access http://localhost:5000| Domain | Questions | Weight |
|---|---|---|
| Threats & Vulnerabilities | 150 | 24% |
| Architecture & Design | 100 | 21% |
| Implementation | 100 | 25% |
| Operations & Incident Response | 80 | 16% |
| Governance & Compliance | 70 | 14% |
- Exam Code: SY0-601 / SY0-701
- Duration: 90 minutes (max 90 questions)
- Passing Score: 750/900
MIT