Skip to main content

TelamonPypi is a python package to scan ports with just 2 lines of code.

Project description

TelamonPypi

TelamonPypi is a python package to scan ports with just 2 lines of code.

Installation

pip install telamonpypi

Usage

from telamonpypi import telamon

A) port = 80 telamon.scan("example.com", port)

B)

minport = 79 maxport = 999 telamon.scanmulti("example.com", minport, maxport)

C)

telamon.scanall("example.com")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

telamonpypi-1.0.2-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page