Skip to main content

Python module to analyze devices connected to the router and alert accordingly.

Project description

Platform Supported

Generic badge

Python

Deployments

pypi pages-build-deployment

Pypi-format Pypi-status

NetSec (Network Security)

NetSec is a tool to analyze devices connecting to the router and alert accordingly when a new device is connected.

This app can display and store intruders' IP address, MAC address, and Block the device.

Blocking device feature is currently available only for Netgear router users.

Kick off

Install

python3 -m pip install NetSec

Initiate

from netsec import network_monitor, SupportedModules

if __name__ == '__main__':
    # SupportedModules.att  # for AT&T users
    # SupportedModules.netgear  # for any network using Netgear router
    network_monitor(module=SupportedModules.att, init=True)  # Create snapshot
    network_monitor(module=SupportedModules.att, init=False)  # Scan for threats and alert

Notifications will not repeat within an hour.

ENV Variables

Environment variables are loaded from a .env file.

  • ROUTER_PASS - Router password. Only for Netgear users.
  • GMAIL_USER - Gmail account username to send and email.
  • GMAIL_PASS - Gmail account password to send and email.
  • RECIPIENT - Email address to which NetSec alerts should be sent.
  • PHONE - To send an SMS notification - Example: 1234567890

Coding Standards

Docstring format: Google
Styling conventions: PEP 8
Clean code with pre-commit hooks: flake8 and isort

Release Notes

Requirement

python -m pip install gitverse

Usage

gitverse-release reverse -f release_notes.rst -t 'Release Notes'

Linting

PreCommit will ensure linting, and the doc creation are run on every commit.

Requirement

pip install sphinx==5.1.1 pre-commit recommonmark

Usage

pre-commit run --all-files

Pypi Package

pypi-module

https://pypi.org/project/NetSec/

Runbook

made-with-sphinx-doc

https://thevickypedia.github.io/NetSec/

License & copyright

© Vignesh Rao, NetSec

Licensed under the MIT License

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

NetSec-0.9.1-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file NetSec-0.9.1-py3-none-any.whl.

File metadata

  • Download URL: NetSec-0.9.1-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for NetSec-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f563659229ad146fa142646b358b2622469fd3a13c397607b605b69861e93c4f
MD5 5d22d87bc15d2a81be1ec8d741891418
BLAKE2b-256 d8a37ef2b032b5b9e0e33d46875f7697179a45cf7cd508844b556a560cbbafb3

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