Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Wireshark will not load this filter

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"); } }