LoveEl Posted April 17, 2016 Posted April 17, 2016 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.
JohnOne Posted April 17, 2016 Posted April 17, 2016 If you want to create software with the capabilities of what wpe claims to have, AutoIt is not the language to use. I have doubts it's even possible with it. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
LoveEl Posted April 17, 2016 Author Posted April 17, 2016 i find here, but am not understand how it apply in this. May be anybody have some idea?!
JohnOne Posted April 17, 2016 Posted April 17, 2016 (edited) 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 April 17, 2016 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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