Skip to content

Nakama3942/ScanPort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScanPort

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

Overview

This program is a port scanner. Its main functionality:

  • Full port scan from 0 to 49151;
  • Scanning ports for a pattern that the user specifies (for example, 1,80,21,1000-1010);
  • 2 operating modes: order | speed;
  • Ability to save the last scan and display it;
  • 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"