Jump to content

help create simple packet filter


Recommended Posts

Ok guys. I need to filter some packet send in browser app (like wpe pro filter).

For example: original packet in hex: 00 03 78 48 07 77 39 95 39 58 Need replace on: 00 03 78 48 07 77 37 93 39 58 (for example)

Programm will be waiting for specified packet (to be precise, the region of the packet, packet itself may be larger) and replace some bytes, after will be send. (also like wpe pro)

How I do this? Thanks.

 

Link to comment
Share on other sites

With that, you can capture a packet, but you can not alter one on its route to its destination and it also needs winpcap software installed.

And even if you could manipulate packets received and sent from another application such as a browser with autoit, it's highly unlikely it would be allowed to even be discussed her.

Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

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