question about basics of creating a PROXY to MONITOR network activity

2021-04-08 Thread cseb...@gmail.com
I'm trying to create an application that stands in between all
connections to a remote server to monitor behavior for
security and compliance reasons.

I'm guessing I'll have all users log into this middle man proxy
application instead of logging into the original website?

Are there any frameworks or existing Python apps to help 
with this project?

Thanks,

Chris
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: question about basics of creating a PROXY to MONITOR network activity

2021-04-10 Thread cseb...@gmail.com


> Is it even possible to be secure in that way? This is, by definition, 
> a MITM, and in order to be useful, it *will* have to decrypt 
> everything. So if someone compromises the monitor, they get 
> everything. 

Chris

I hear all your security concerns and I'm aware of them.  I *really* don't want 
to have to
fight SSL.  Encryption was the biggest concern and I'd rather not mess with it 
to do something 
useful.

I've never used CloudFlare but if I'm not mistaken, it can be considered a 
useful "MITM" service?
Do they have to decrypt traffic and increase the attack surface to be useful?

I just want to create a "safe" MITM service so to speak.

cs
-- 
https://mail.python.org/mailman/listinfo/python-list