UI Department - TomLatin/Defense_Lab_Cyber_Ex1_MonitorServices GitHub Wiki

The purpose of this class is to obtain the data from the user, ie in what mode the user will want to work in monitor mode or manual mode, and in addition, its purpose is to obtain the relevant data for each mode. The data is received as follows: Write: python3 UI.py Then select from the following menu:

Monitor mode - selected by pressing 2 and then the user is prompted to enter the number of seconds the user will want to sample the services on his computer.

image

Manual mode - selected by pressing 1 and then the user is asked to write two dates and hours in the following format:
YYYY-MM-DD HH: MM: SS YYYY-MM-DD HH: MM: SS

image

After checking the data received from the user the data is transferred to the desired department.

• If the user wants to exit the software he can click 3.