Crossed Wires
We are given N, e, d of the sender and N, e of his friends. The flag is encrypted using the friend’s public keys e1, e2, ..., e5 under the same modulo N.
As seen in this link, we can factorise N given e, d using the given algorithm. From that, decrypting the plaintext should be trivial.
Sage Implementation (slight modification and this can work on Python too)
from Crypto.Util.number import long_to_bytes from sage.