Welcome to pwntools util!
This Python package is a wrapper class for Gallopsled's pwntools. It's created to facilitate aspects of writing a pwntools program.
from pwntools_util import PwnUtil
ppp = PwnUtil()
ppp.connectRemote('example.com', 352)
n = ppp.getFromLine_Int()
p, q = ppp.getAllFromLine_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
Release files for pwntools-util 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pwntools_util-0.2.3.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pwntools_util-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.9 kB
Release files / pwntools_util-0.2.3.tar.gz
| Download URL | pwntools_util-0.2.3.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c06e6e3bbf12e4e784d2f3a797addde87a03fa504303cf01c2bbf27757c66244
|
|
BLAKE2b-256 checksum How to use checksums |
4a0d25958e874b390575401f40b5228948043d41c11337b1d123aecd08454aab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / pwntools_util-0.2.3-py3-none-any.whl
| Download URL | pwntools_util-0.2.3-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
667e4ade99a5f5aa373ba10a50f5b379f174aea6b8a963a3613fd3468eb07f01
|
|
BLAKE2b-256 checksum How to use checksums |
2f3073fc64028682bd861f34bd666632d80bc3a4abc8206d13a17e6e61db4a39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|