pwntools wrapper with quality-of-life 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 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
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.3.tar.gz
(4.9 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.3.tar.gz.
File metadata
- Download URL: pwntools_util-0.2.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c06e6e3bbf12e4e784d2f3a797addde87a03fa504303cf01c2bbf27757c66244
|
|
| MD5 |
04388983c333e145775a24792c3417d2
|
|
| BLAKE2b-256 |
4a0d25958e874b390575401f40b5228948043d41c11337b1d123aecd08454aab
|
File details
Details for the file pwntools_util-0.2.3-py3-none-any.whl.
File metadata
- Download URL: pwntools_util-0.2.3-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
667e4ade99a5f5aa373ba10a50f5b379f174aea6b8a963a3613fd3468eb07f01
|
|
| MD5 |
8244df1793880a418cf2b19bafe1d091
|
|
| BLAKE2b-256 |
2f3073fc64028682bd861f34bd666632d80bc3a4abc8206d13a17e6e61db4a39
|