Skip to main content

Simple local port scanner

Project description

Local Port Scanner

Tooling that scan specific IP or automates scan all the local IPs on your network.

Table of contents

Installation

pip install local-port-scanner

Important: depending on your system, make sure to use pip3 and python3 instead.

If you would like to install a specific version of Local Port Scanner you may do so with:

pip install local-port-scanner==0.0.2

Running Local Port Scanner

Local Port Scanner is not only a tool but also it is a module

Use as a tool

Run the port scanner as the following Example.

python -m port_scanner -a

There are specific commands to use in Port Scanner.
'-a' command is used to auto-discover host in your local network and scan if there are open ports.
'-H' command is used to specify the host.
If you want to know more commands use '-h' command.

Run the netdiscover as the following Example.

python -m netdiscover 

It just discovers all the host IPs and Mac addresses.

Use as a module

There are two classes you can use.

  • port_scanner
    • To scan specific target
from loacl_scanner import Scan
Scan(target='127.0.0.1')
  • netdiscover
    • To discover host in the Local network
from loacl_scanner import NetDiscover
NetDiscover(output=True)

Updating Local Port Scanner

pip install local-port-scanner -U

Disclaimer: Please Note that this is a research project. I am by no means responsible for any usage of this tool.

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

local-port-scanner-0.0.2.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

local_port_scanner-0.0.2-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file local-port-scanner-0.0.2.tar.gz.

File metadata

  • Download URL: local-port-scanner-0.0.2.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for local-port-scanner-0.0.2.tar.gz
Algorithm Hash digest
SHA256 c3a812f7dce6fee737da6b6c55c193f64e5dcdf00e9593728e229f8e8ef2aefa
MD5 92d5f9449eac3ddb8ec71f096146e9b8
BLAKE2b-256 c498d1f321ff7a558512115e4c700fc7fdc906c9e9fe829189f06faa004b0ecd

See more details on using hashes here.

File details

Details for the file local_port_scanner-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: local_port_scanner-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for local_port_scanner-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bbbc4aa0eda5e99819bab0ebda366765d5b3f8cc5c11b62d77f1cc308e063432
MD5 891a51198a17f9cc98fe58d28b069b1f
BLAKE2b-256 92e971618298082f25b685be16b7e501f949b78233236a30d4df5b2081715106

See more details on using hashes here.

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