Roachbones / discordless

Record Discord traffic via mitmproxy and export chatlogs to JSON or HTML.
GNU General Public License v3.0
71 stars 5 forks source link

Use `pretty_url` instead of `url` #11

Closed ritiek closed 1 year ago

ritiek commented 1 year ago

When running the script while passing --mode=wireguard to mitmproxy/mitmdump/mitmweb, url contains resolved ip address instead of domain name which causes the script to not archive properly.

This commit workarounds this issue.

Roachbones commented 1 year ago

Thank you! I have not messed around with WireGuard mode but it seems neat.