Python GUI security checks program

Job ID: 33079775

Budget: $10 – $30 USD

The program will be GUI Python which will be run in Windows-based environment, (refer to the attached picture) it has a place at the top to “Place a picture”. This app has 8 buttons, they also need to have picture on them, I can use an icon over the buttons. These buttons will be as follow:

### Network Scanner ###
It should show the IP addresses of the machine, the open ports, Mac address and other possible network outputs.

### Antivirus Status ###
It will show if the antivirus installed in your PC is running or not.

### Firewall Status ###
This should be showing the status of the Firewall now, whether it is active or not and other possible details

### Keylogger ###
This will Listen to keystrokes in the background

### Start-up apps list ###
It will show the list of apps that will be running in the start up of Windows

### Running Processes ###
It should be showing the same output as Task manager “Details” tab

### Total CPU and RAM Usage with Top 5 apps ###
It will show the how much percentage the CPU and RAM are utilized now and list of the top 5 apps that are utilizing the CPU and RAM

### Regedit ###
It will show the list of items in “Registry Editor” of the following path
• HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
• HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
• HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
• HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
• HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
• HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\User Shell Folders
• HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\Shell Folders


**********************************
***** IMPORTANT NOTES *******
**********************************
• Every time the user will click one of the buttons the output window should be cleared first
• Code needs to have descriptive notes
• Please also include README file for execution part
• Please don’t copy codes from outside, develop the program your way