Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ettercap filter #1240

Open
ghost opened this issue Nov 17, 2023 · 0 comments
Open

Ettercap filter #1240

ghost opened this issue Nov 17, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 17, 2023

I want to modify a value my register number 12. The start address starts at 62004 what means that I want to modify 62016. How can I modify this filter to make this modification please ?

if (tcp.src == 502 && DATA.data == "\x00\x00") {

DATA.data = "\x00\x01";
msg("Data replaced");
}

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants