Wireshark will not load this filter

asked 2019-11-22 00:20:01 +0000

sarah gravatar image

if (pcre_regex(DATA.data, "username = [a-zA-Z]*&", "username=admin&")){ msg("DATA modified\n"); } msg("Filter Ran.\n"); } } }

if (ip.proto == TCP){ if (tcp.src ==80 || tcp.dst ==80){ log(DATA.data, "./http-logfile.log"); exec("./program"); } }

edit retag flag offensive close merge delete

Comments

Is this a question about Wireshark or ettercap?
https://manpages.debian.org/testing/e...

Chuckc gravatar imageChuckc ( 2019-11-22 02:15:18 +0000 )edit

it was an error in the codes for the regex filter loader that I created. however it is now fixed. many thanks

sarah gravatar imagesarah ( 2019-11-23 23:46:18 +0000 )edit