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.4.tar.gz
(5.1 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
File details
Details for the file pynetcat-0.0.4.tar.gz.
File metadata
- Download URL: pynetcat-0.0.4.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4703d457f63a68427bd0965e3b56c6a2a6d7c7ccbdf5fab447870426ac2f6ea3
|
|
| MD5 |
b1f30da4bb52afe05df33010320532ef
|
|
| BLAKE2b-256 |
8cd6961ae163c36f4fffa845edd3cd6ca20938787a096ffda63d2eb737a8dac4
|
File details
Details for the file pynetcat-0.0.4-py3-none-any.whl.
File metadata
- Download URL: pynetcat-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.9 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 |
b4ea7be84ce8336b2e2378c9bc39a1977468b2868d2611192704744a0f81290b
|
|
| MD5 |
9f2e80618041a45b59db396608b22261
|
|
| BLAKE2b-256 |
2186142a1b9108d9c35666194e31a031befbb4ac8b72a8fbb2dea633267410ff
|