python intercepting communication

Posted by nabizan on Stack Overflow See other posts from Stack Overflow or by nabizan
Published on 2010-05-31T17:30:45Z Indexed on 2010/05/31 17:33 UTC
Read the original article Hit count: 166

Filed under:
|
|

lets say you run third party program on your computer whitch create a process named example.exe

how do i determinate if this process is running and how many windows does he open? How do i intercept network communication between this windows and server?

my goal is to create an app whitch will be monitoring network trafic between example.exe and its home server in order to analyze data and save to database, and finally simulate user interaction to get more relevant data

© Stack Overflow or respective owner

Related posts about python

Related posts about network