python-blackboxprotobuf 1.4.2-1
Package Information
| Description | Library for working with protobuf messages without a protobuf type definition Protobuf is a binary serialization format from Google which can be used as a more efficient alternative to formats like JSON or XML. Developers can define the message format in a .proto file and use the protobuf compiler to generate message handlers in their language of choice. The protobuf encoding is binary, and unlike json/xml not human readable or easy to modify by hand. The format also takes advantage of both sides having the message definition and strips out much of the type information. This is good for efficiency, but increases the difficulty analyzing or modifying the network traffic. Blackbox protobuf is designed to allow working with protocol buffers without the message definition. It was originally implemented as a Burp extension for decoding and modifying messages during mobile pentests, but has also been used for reverse engineering and forensics tooling. |
|---|---|
| Maintainer | Debian Python Team <team+python@tracker.debian.org> |
| Changed By | EnkelenaH <enkelenah@debian.org> |
| Sponsor | enkelenah@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/python-team/packages/python-blackboxprotobuf.git (browse) |
| Closes | #1128904 |
| Tracker | https://tracker.debian.org/pkg/python-blackboxprotobuf |
| Uploaded | 9 hours ago |
New Package Report
.changes
| Source | python-blackboxprotobuf |
|---|---|
| Version | 1.4.2-1 |
| Changed-By | EnkelenaH |
| Architecture | source all |
| Distribution | unstable |
| Date | Wed, 25 Feb 2026 01:29:40 +0100 |
Changelog
python-blackboxprotobuf (1.4.2-1) unstable; urgency=medium . * Initial release. (Closes: #1128904) * d/: Add autopkgtest * d/patches: Fix is_grpc crash on malformed gRPC payload
.dsc
| Package-List | python3-blackboxprotobuf deb python optional arch=all |
|---|---|
| Section | python |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: blackboxprotobuf Upstream-Contact: NCC Group Plc Source: https://github.com/nccgroup/blackboxprotobuf Files: * Copyright: 2018-2026 NCC Group Plc <security@nccgroup.com> License: Expat Files: debian/* Copyright: 2026 EnkelenaH <enkelenah@debian.org> License: Expat License: Expat . Copyright (c) 2018-2026 NCC Group Plc . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.