Netcat Gui V1.2 ((exclusive)) -
Place in ~/.netcatgui/plugins/base64/ – GUI auto-detects.
: ⭐⭐⭐⭐☆ (4.5/5) – Minus half a star for missing TLS, but otherwise excellent. Appendix A: Sample Plugin Code (Base64 Encoder) # base64_plugin.py for Netcat GUI v1.2 import base64 def encode(data): return base64.b64encode(data) netcat gui v1.2
meta = "name": "Base64 Codec", "version": "1.0", "author": "NetcatGUI Team", "type": "encoder" Place in ~/