Skip to main content

A python based netcat utility with shell emulation for windows

Project description

Python based netcat utility

A really simple tool for CTFs, just import and run with no fuss.

Install

pip install --upgrade pynetcat

Examples

Import as module

from pynetcat import pynetcat
nc = pynetcat()
host = 'example.host'
port = 9999
nc.connect(host,port)
print(nc.receive(8192).decode())
nc.sendLine(b"Message Here")

Run as netcat CLI tool for windows

python -m pynetcat

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

pynetcat-0.0.2.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pynetcat-0.0.2-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file pynetcat-0.0.2.tar.gz.

File metadata

  • Download URL: pynetcat-0.0.2.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for pynetcat-0.0.2.tar.gz
Algorithm Hash digest
SHA256 38e8dfdad55861f255c829b89efd9d18f0dbb17c58fa57ceb517dd33ca602fec
MD5 509624ccefc43a5f9e36299328b9ec67
BLAKE2b-256 12f6931ceb9b246f3ea51b1c8bedf28c1d1a2c02518c396863e1fe044eebf874

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pynetcat-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for pynetcat-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f352faf024436b22a3f47df9b9414a6723672dc8490c9bdb4d9f32671a8c542e
MD5 7aa99d298f966f27877af4108f7d3216
BLAKE2b-256 a5d27b7d82ee786705dd13227146457174f90f11fcd54f9e32f32b3a1b0ce9bb

See more details on using hashes here.

Supported by

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