Jump to content

can i send packets using autoit


Recommended Posts

There are TCP functions, but there are not ethernet frame manipulation (which is what I'm assuming you are looking into) functions in AutoIt.

If you're looking into packet creation or manipulation, you may want to take a gander at Perl or Python, I believe both support such functionality.

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Link to comment
Share on other sites

i just want to be able to send packets into a certain socket

with address and everything.

i already got the packets.

i know u can do it with C/C++

but i dont want to start learning this big chapter at the moment so i was just asking

Link to comment
Share on other sites

eriflash? lol! don't worry most people can't get my name right anyways.

BTW: that's the funniest one i've heard so far

Here is how I got my name:

#include <String.au3>
$erifash = _StringReverse("fire") & "ash"

That's how I remember it! :) Also, I didn't know my mod of Larry's TCP example was that popular!

Edited by erifash
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...