Skip to content

Simple python script to help with port memorization for Security+ SYO-501 certification exam.

Notifications You must be signed in to change notification settings

z3m0n/port_trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

port_trainer

Simple python script to help with port memorization for Security+ SYO-501 certification exam.

INSTALL & RUN

INSTALL
  • clone this repo && cd into directory
  • install dependecies with pip3 install -r requirements.txt
RUN
  • make port_trainer.py executable with chmod +x port_trainer.py
  • run with ./port_trainer.py
  • or, python3 port_trainer.py

FUTURE IMPROVEMENTS

  • make game loop to keep playing
  • give escape sequence to end loop and start over / exit (currently only CTRL+c)
  • randomize question order
  • ask questions with protocol and prompt for port number
  • store incorrect answers and give option to review
  • score ranges to display messages
    • 100 - Perfect! You're ready for the exam!
    • 90 - 99 - Well Done!
    • 75 - 89 - Good, but not great...
    • 65 - 74 - Not failing, but you need to study.
    • < 65 - Terrible! Go study!

RELEASE INFO

  • Last modified: 11/24/2020
Created with ❤️ by flowenol

About

Simple python script to help with port memorization for Security+ SYO-501 certification exam.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages