Paulie Posted August 2, 2008 Posted August 2, 2008 Anyone know how I can intercept and packets sent through a connection? In such a way as to allow me to process incoming packets and modify outgoing ones? and perhaps make it possible to create and send such packets? I am having trouble understanding how to determine one "packet" from another with the TCP functions
Paulie Posted August 2, 2008 Author Posted August 2, 2008 (edited) Use cheat engine.Does anyone know if it is possible in AutoIt? I was hoping that this project would improve my understanding of the TCP funcs.EDIT: something perhaps using "WinSock"C++: http://johnnie.jerrata.com/winsocktutorial/ Edited August 2, 2008 by Paulie
Dampe Posted August 3, 2008 Posted August 3, 2008 No ideas? Maybe making a socket listen on 127.0.0.1 on a specified port that your trying to sniff?Just a wild guess
picaxe Posted August 3, 2008 Posted August 3, 2008 There have been some attempts at packet sniffing/inspection using a dll from WinPCap here
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now