Skip to content

Nakama3942/KeyLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScanPort

The program is a solution to the task from the fourth laboratory on the subject "Network Information Technologies".

Overview

This program is a keylogger. Its main functionality:

  • Ability to hide in tray;
  • Registers keyboard keystrokes;
  • Registers mouse clicks and releases (it is possible to turn on the display of coordinates);
  • Registers mouse scrolling with coordinates;
  • Registers mouse movements with coordinates;
  • Ability to save a log file;
  • All reference information and documentation are described in script files;
  • And many other important things.

LICENSE

The full text of the license can be found at the following link.

Copyright © 2022 Kalynovsky Valentin. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Usage

With Python

To start the program, just run main.pyw.

But it is also possible to run the program through the console:

python main.pyw

If the program gives a missing modules' error at startup, install Qt:

pip install PyQt6
# or
pip install pyqt6

Without Python

There is a compiled version of the program. To use it, simply download the archive in the binaries' section under the latest version release. Unzip the archive and then use it as a regular program.

Authors


Kalynovsky Valentin

"Ideological inspirer and Author"