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.getNumberFromLine()
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.0.2.tar.gz
(3.6 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.0.2.tar.gz.
File metadata
- Download URL: pwntools_util-0.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36a078a08d127cc0ccc06efc14c0c916edc340ecb4512820064dbe39db624382
|
|
| MD5 |
782bbc72dfe74323ab6dc3e49c0fb67e
|
|
| BLAKE2b-256 |
cbdee7f67c74c513e8b4bea0ead34cb7e6ee1f57e300d2970090bffa014a0f55
|
File details
Details for the file pwntools_util-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pwntools_util-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.4 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 |
900c1228731044742e2d7b0637120636e742fa470a1e142df128f1ac51c60082
|
|
| MD5 |
2109ca293726f3acd5897c4e683eeca5
|
|
| BLAKE2b-256 |
4928ea64311553156a31a681583bbe5c070e1a8563c4a1d8377f140b005067a4
|