Romm Posted February 4, 2008 Posted February 4, 2008 How can i get packets for example of $IE_Conf = ObjCreate("Shell.Explorer.2") GUICtrlCreateObj($IE_Conf, 1,1,1,1) Can smb post example of using WinPcap
Thatsgreat2345 Posted February 4, 2008 Posted February 4, 2008 a WinPCAP UDF is somewhat in the making.
Romm Posted February 4, 2008 Author Posted February 4, 2008 Ok can somebody post script that connects to an existing socket and starts listening it (its for game). I really need it I know i need to use something like WinDump (maybe), but i dont know how Need help.
erezlevi Posted February 4, 2008 Posted February 4, 2008 Ok can somebody post script that connects to an existing socket and starts listening it (its for game). I really need it I know i need to use something like WinDump (maybe), but i dont know how Need help.see this it is OK...http://searchwindowssecurity.techtarget.co...1147392,00.htmland yes windump is the best solution for you...
Romm Posted February 4, 2008 Author Posted February 4, 2008 Ok now i have 2 very very noob question... How to interact WinDump and AutoIT? :/ (how to "read" WinDump in AutoIt) How this code tcpdump 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' (To print all IPv4 HTTP packets to and from port 80, i.e. print only packets that contain data, not, for example, SYN and FIN packets and ACK-only packets). (from WinDump manual)will look in AutoIt
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