Sunday, March 25, 2007

Ettercap For windows

Etttercap is a powerful Metworking tool and for Man In the Middle Attacks, It is widely installed on Linux systems.
Lately I found links to Ettercap Windows binaries :
SourceForge.net Win32 Binary list(Unofficial)
Pandora-Security Forum Link
Or just Search Google.com for "ettercap-NG-0.7.3-win32"

And you need To Download WinPCap in order to run ettercap on windows
WinPCap Download Page

I tested Ettercap in windows environment using WinPCap 3.1 in combination with ethereal under WinXP and on Vista and to tell the truth nothing better than Linux in that field .

Labels: ,

Smilar pages

Friday, March 23, 2007

Remove Live Search from IE

Used Internet Explorer 7 ,yet?
Well I am using it and something bugged me is that whenever it cant find a site it switch to some search page... I found the Registry Key for it that will stop that lame if you delete it

IN--->>HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes

Remove that REG_SZ value----->>URL="Some value"
Smilar pages

Sunday, March 18, 2007

hi5 Download their flv

It is easy and simple to get hi5.com video clips shared by their users downloaded , here I will introduce simple steps to download that flv file :
-Get to the page where the streaming is about to begin ,duh!!
-Either use 'View page source' or from "Embed:" value in the page .
-Find that part where hi5.XXX.download.videoegg.com/gidXXX/cidXXXX/JV/SN/XXXXX..etc
-Now get that URL add 'http://' in the beginning then add '_high.flv' to the end
-Now you have a downloadabe URL for the v-clip '.flv' codec

I dont know if there is a _small or _low version of the clips...try it by yourself.
To play flv use FLVplayer
To convert flv to mpeg FFmpeg will be helpfull ,especially in linux

Labels: ,

Smilar pages

Saturday, March 17, 2007

Symantec Response Youtube Channel

It seems that Symantec Anti-virus company made a youtube channel, I found it in some link in one of their blogging articles.
There is something I regard it lame !!,It may be called PoC(as Circoficus would call it :lol:) it was entitled "Vista Speech Recognition Attack" ... Funny way to attack people's vista installed machines, See the following video .

Labels: ,

Smilar pages

Monday, March 12, 2007

Update:Data and Code in stack

I was testing how to implement code execution or storing data in stack I found that using forward pointer from esp e.g.: add esp,4 will not help for large size codes/data cause it result in Access violation ,so instead using a backward pointer from esp e.g sub esp,100h is better and I think it is more reliable .
Another thing regarding code execution in stack ,I heard vista will not let that happen ,as a protective way against shellcodes in exploits usage ,correct me if I am wrong .

Labels:

Smilar pages