Skip to main content

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

Project description

TelamonApi

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

Installation

pip install TelamonApi

Usage

from TelamonApi 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 Distribution

telamonapi-1.0.3.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

telamonapi-1.0.3-py3-none-any.whl (2.0 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