معرفی شرکت ها


findssh-2.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

find open servers on IPv4 subnet such as SSH
ویژگی مقدار
سیستم عامل -
نام فایل findssh-2.0.0
نام findssh
نسخه کتابخانه 2.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/findssh/
مجوز -
# Find SSH servers (without NMAP) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3336467.svg)](https://doi.org/10.5281/zenodo.3336467) ![ci](https://github.com/scivision/findssh/workflows/ci/badge.svg) [![PyPi Download stats](http://pepy.tech/badge/findssh)](http://pepy.tech/project/findssh) Platform-independently find SSH servers (or other services with open ports) on an IPv4 subnet in pure Python WITHOUT NMAP. Scan entire IPv4 subnet in less than 1 second using Python standard library `asyncio` coroutines and a single thread. The default [asyncio coroutine](https://docs.python.org/3/library/asyncio.html) uses a single thread and is more than 10x faster than [concurrent.futures.ThreadPoolExecutor](https://docs.python.org/3/library/concurrent.futures.html). Although speed advantages weren't seen in our testing, `findssh` works with PyPy as well. ```sh pip install findssh ``` or from this repo: ```sh git clone https://github.com/scivision/findssh pip install -e findssh ``` ## Usage A canonical way to use FindSSH from other Python scripts is [asyncio](example/asyncio_get_hosts.py). --- from command line: ```sh python -m findssh ``` * `-s` check the string from the server to attempt to verify the correct service has been found * `-t` timeout per server (seconds) useful for high latency connection * `-b` baseip (check other subnet besides your own) * `-p` network port to scan (default 22) ## Benchmark These tests used 500 ms timeout on WiFi. Coroutine (single thread, fast, lean, recommended): ```ipython %timeit findssh.main() 522 ms ± 1.26 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) ``` Thread pool (100 thread max, slow, heavy): ```ipython %timeit findssh.threadpool.main() 1.39 s ± 213 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) ```


نیازمندی

مقدار نام
- flake8
- flake8-bugbear
- flake8-builtins
- flake8-blind-except
- mypy
- pytest


زبان مورد نیاز

مقدار نام
>=3.9 Python


نحوه نصب


نصب پکیج whl findssh-2.0.0:

    pip install findssh-2.0.0.whl


نصب پکیج tar.gz findssh-2.0.0:

    pip install findssh-2.0.0.tar.gz