




tremor77 wrote:Nice and well described reply there ^ - I have to just give stuff away but I dropped a hint at it though, if you really are into pentesting/etc - OWASP Mantra is a superior browser with all the tools built in.


wan26 wrote:There's also putty.

if (ip.proto == TCP && tcp.dst == 80) {
if (search(DATA.data, "Mozilla/5.0")) {
replace("Mozilla/5.0", "I'mABrowser"); # replaced string is the same length
msg("Filter done\n");
}
}
wan26 wrote:In putty, you could pick raw mode, select port 80, somewebsite 'www.somethingsdfsdsdfs.com'. Then in the session;
GET /index.php HTTP/1.0
From: foo@dog.com
User-Agent: Doggy
lol
Just for messing around or testing, nothing serious.
edit--
And another thing ettercap, I'm not sure if this filter/way will work, as i havent tried it in a while
- Code: Select all
if (ip.proto == TCP && tcp.dst == 80) {
if (search(DATA.data, "Mozilla/5.0")) {
replace("Mozilla/5.0", "I'mABrowser"); # replaced string is the same length
msg("Filter done\n");
}
}

Users browsing this forum: No registered users and 0 guests