pwntools wrapper with bytes casting and common utils
Project description
Welcome to pwntools util!
This Python package is a wrapper class for Gallopsled's pwntools. It's created to facilitate different aspects of writing a pwntools program.
from pwntools_util import PwnUtil
ppp = PwnUtil()
ppp.connectRemote('example.com', 352)
n = ppp.getFromLine_Int()
ppp.sendline('the payload')
ppp.interactive()
ppp.disconnect()
Installation
pwntools_util is on the Python Package Index (PyPI). Install it using pip:
python3 -m pip install --upgrade pwntools-util
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
pwntools_util-0.2.0.tar.gz
(4.3 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 pwntools_util-0.2.0.tar.gz.
File metadata
- Download URL: pwntools_util-0.2.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69679427d1d77c47826b50466208dbd21f2b5de24ca72e1f0f502a6c09a50692
|
|
| MD5 |
782059b528fb69a453a1a47e8bcea809
|
|
| BLAKE2b-256 |
a6227667f368b04199f0d2ad045865b0dd3316d7c2ed930f70d9c00143474c13
|
File details
Details for the file pwntools_util-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pwntools_util-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2bd95fcd577635ad7079fa8a702324549a72bee4e7b1ae46b0d00a61170f976
|
|
| MD5 |
2862ad321fe5b6e7c82d783c567953ce
|
|
| BLAKE2b-256 |
a8e49a6a4fca470223cf7ba9c91ecbffec4affc37735a094b016591d9abe136e
|