Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...