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.3.tar.gz
(14.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pynetcat-0.0.3-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file pynetcat-0.0.3.tar.gz.
File metadata
- Download URL: pynetcat-0.0.3.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8120c89cb552d7896701f024a6279c67709e819e04dd08e589a913e902a10c9a
|
|
| MD5 |
59cb706367f61614b4c5d3b3b3b8675f
|
|
| BLAKE2b-256 |
ddc4700b2fd76b1b266a579d77a4bd04a3ca352cb68af281d32ce2ccd80dbf3d
|
File details
Details for the file pynetcat-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pynetcat-0.0.3-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d80bc67c261c83c6f5a6546f3aa007e0d80418540257a07100738ef69103aff
|
|
| MD5 |
c5d78938d2204559dc70bf67d4b175e1
|
|
| BLAKE2b-256 |
d857b8e20b4cff1d29751e1d9dc6f6fcb9b2cbb38fef1e17bdc78892fc7841a3
|