d84b09a16e
The Firefox exploit path delivers payloads via a MIME handler mapped to /bin/sh. When using the default Python target, the raw Python payload would fail to execute in /bin/sh. Wrap it with python3 -c so the shell can invoke it correctly.