Jump to content

Packets


Recommended Posts

Alright I've seen a few things about Packet Sniffers and etc... but are there commands where you can send packets to processes that I can use in a script?

Yes... I've researched this using both the search feature and the help file. Only sniffers etc.

Maybe I'm not searching thorough enough, but I just figured something out that gave me an idea for the project I'm working on so I'm too happy :). Still searching while waiting for a reply.

Link to comment
Share on other sites

You wont be able to do this in AutoIT. What you have to do to inject packets into anything is have the program connect to localhost, have your program listen on the port it is connecting to. Connect to the real place and port. Then receive all data from the program, and send it to the real place, then receive all from the real place and send it to the program. This can be done in C++ and some other languages but I do not believe it is able to be done in AutoIT.

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...