Question

let's say i have an ".EXE application" and run it on my windows, so, the second thing i want is to capture the outbound HTTP requested by the

".EXE application". is there any java library i could use to capture outbound HTTP request?

Was it helpful?

Solution

Trying calling tcpdump from your program by following this tutorial.

http://www.ehow.com/how_10065937_run-tcpdump-java.html

:D

lol @ an e-how tutorial on how to already do this.

I hope this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top