the_OG Posted November 13, 2006 Posted November 13, 2006 I've a question about AutoIt, is it possible to send packets with it? I can't find anything on this, I've searched the forums and the help file. I may just be blind, but I could really use some help if anyone is knowledgeable about this subject. ~~Ogg
Cue Posted November 13, 2006 Posted November 13, 2006 I am not very knowledgable about this subject what is a packet exactly. Are you trying to send a Magic Packet?
Thatsgreat2345 Posted November 13, 2006 Posted November 13, 2006 TCPSend except im unaware if it truly sends properly contstructed packets , your going to have to do some DLLCalling ws2_32.dll
FreeFry Posted November 13, 2006 Posted November 13, 2006 (edited) Yes, AutoIt sure can send, and even receive packets, look up on: TCPRecv, TCPSend UDPRecv, UDPSend Edited November 13, 2006 by FreeFry
FreeFry Posted November 13, 2006 Posted November 13, 2006 Be aware when using the UDP functions though, as theres no way of knowing if the target actually received the data that was sent. TCP functions do however, no need to worry there.
the_OG Posted November 15, 2006 Author Posted November 15, 2006 Be aware when using the UDP functions though, as theres no way of knowing if the target actually received the data that was sent.TCP functions do however, no need to worry there.Okay thank you for the information. It's very useful for me. =)
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