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.1.0.tar.gz
(3.7 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.1.0.tar.gz.
File metadata
- Download URL: pwntools_util-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0704bbea18e356a2b2624f4e22b7d971f71d2c0731989e15bede0e7e1f979711
|
|
| MD5 |
d53aaf4461f889944e3832d823934920
|
|
| BLAKE2b-256 |
767894c6eec3672e7880fc7aa33e0931adccac9835d45b4cecd296225db04901
|
File details
Details for the file pwntools_util-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pwntools_util-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 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 |
2d9fcb758bd76c518cfb2ae6c6ac554c5102c7036888c676a16881be09a4fa90
|
|
| MD5 |
955d0a20f07f29ebf5257531af7d090b
|
|
| BLAKE2b-256 |
f7cb6c42e4f7ff272b32980f03bdd8bbcba5ddf360dd97c21b7aac98a2858ff3
|