
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
protobuf-doc
Advanced tools
protobuf-doc is a CLI tool that decodes and documents Protobuf-encoded query string. It extracts structured information and formats it into Markdown for easier readability. At the moment, it only supports query strings found in google maps.
protobuf-doc can be used directly without installation
npx protobuf-doc "<protobuf_string>" "<output_type>"
Alternatively, install it globally for frequent use:
npm install -g protobuf-doc
protobuf-doc "<protobuf_string>" "<output_type>"
<protobuf_string> - string: A Protobuf-encoded query string, typically used in URLs
<output_type> - string: The output format. Currently, only 'md' (Markdown) is supported.
npx protobuf-doc "!1m7!1s0x3ae259fa5863aa65:0xe33d2d1f01284b9b!3s!6m4!4m1!1e1!4m1!1e3!2m2!1i10!2s!5m2!1sBnOwZvzePPfF4-EPy7LK0Ak!7e81!8m5!1b1!2b1!3b1!5b1!7b1!11m6!1e3!2e1!3sen!4slk!6m1!1i2!13m1!1e2" "md"
This project is licensed under the MIT License - see the LICENSE file for details.
I welcome contributions from the community! Please see our CONTRIBUTING.md for details on how to contribute to this project.
Please note that this project is governed by a Code of Conduct. By participating, you are expected to uphold this code.
Special thanks to @marin-m for his outstanding work on the pbtk repository. His contributions and insights on protocol buffers were invaluable in my research and development process.
FAQs
A protocol buffer query string documentor
We found that protobuf-doc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.