mirror of
https://github.com/a-bad-dev/irc2bash.git
synced 2026-06-09 08:56:31 +00:00
A bridge between an IRC channel and the bash interpreter
- Python 100%
Additionally, a maximum send queue length was added to avoid something like `cat /dev/urandom` from being a massive memory hog and causing OOM. Because output is read from the process and added to the message queue in real time, this could lead to infinite memory usage without it. |
||
|---|---|---|
| main.py | ||
| rce.service | ||
| README.md | ||
| skel_config.py | ||
irc2bash
A bridge between an IRC channel and the bash interpreter
Ensure you run this in a sandboxed VM!