https://github.com/cosmictoast/bmq
Bunker MQ.
https://github.com/cosmictoast/bmq
Last synced: 4 months ago
JSON representation
Bunker MQ.
- Host: GitHub
- URL: https://github.com/cosmictoast/bmq
- Owner: CosmicToast
- License: unlicense
- Created: 2022-04-18T11:36:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T21:02:39.000Z (about 4 years ago)
- Last Synced: 2025-10-22T15:46:45.141Z (8 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bunker/Bash MQ
Does not actually need bash, will work with POSIX sh.
Requires nmap's ncat and base64.
Read the bunker labs [post](https://pencil.toast.cafe/bunker-labs/a-message-queue-in-shell) for more context.
## Gotchas
### Base64 Wrapping
`base64` is non-standard, and some implementations do row wrapping.
In case yours does, change the invocations to not wrap (usually, `-w 0`).