Does anyone know if there is a library that compiles on windows that would allow me to simulate a man in the middle attack? I am trying to learn network security and how to avoid such attacks, first I want to code something that will allow me to route any packet to my application, modify it and send it on its way. Presumably I need to handle timestamps and SSL certificates. I know there is a linux library called Ettercap that does just this but I need something that compiles easily for windows.

有帮助吗?

解决方案

I think you are looking for Cain and Able...It does all what ettercap does and runs on windows platforms

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top