mttaggart / OffensiveNotion

Notion as a platform for offensive operations
MIT License
1.12k stars 124 forks source link

[Idea Board] Paranoid Mode: SSL Stripping #93

Open HuskyHacks opened 2 years ago

HuskyHacks commented 2 years ago

LONG TERM PROJECT

Our good friend, president of the Enthusiastic Mollusk Afficianado club himself, @Alh4zr3d, recommended we look into how to mitigate the possibility of SSL proxy/stripping in an environment. This risk is mentioned in passing in the OPSEC section of the Wiki, but not addressed directly.

Some thoughts:

Lots of design space for interesting solutions, and definitely is a lot of work, but I also think it's doable.

mttaggart commented 2 years ago

I don't see the need for SSL stripping at this time. The cleartext is available if you are analyzing the memory of the program in realtime anyhow. In fact, what the concern would be is not stripping SSL, but further encrypting via AES or chacha before send. Then, a decryptor agent would operate on the same Notion page, finding encrypted blocks and decrypting them in realtime.