Zev Averbach 8b5a88409e bugfix and shortened a few functions
The bug was on line 48, which had `if not is_subnet`, checking the truthiness of the `is_subnet` function rather than calling it with `network`.

The other changes shorten up function bodies by, variously, removing an intermediate variable, returning early in a function returning a boolean, and simplifying `is_subnet` to a single line.
2022-11-02 15:09:31 +01:00
2022-11-01 11:40:52 -05:00
2022-10-26 23:49:47 -05:00
2022-10-26 23:49:47 -05:00
2022-11-01 19:02:42 -05:00
2022-11-01 19:02:42 -05:00

pscanner


Table of Contents

Installation

pip install pscanner

Development

Prereqs for development

pipx install hatch

Running development environment

hatch shell

License

pscanner is distributed under the terms of the MIT license.

Description
Messing around with port scanning in python using https://www.thepythoncode.com/article/make-port-scanner-python
Readme 54 KiB
Languages
Python 100%