KALI '''rolling release''' does not have in repositorys the mingw32 packet needed by venom to compile templates into executable formats, the packet that venom needs its a sub-packet of mingw32 (i586-mingw32msvc-gcc) it can be found in KALI sana oficial repositorys simple by executing: apt-get install mingw32
Simple soluction:
edit your source.list and add KALI sana official repositorys to it...
that apt-get install mingw32 it will install the missing packets
that venom needs to work (32 or 64 archs)...
Install mingw32 on kali 2.0 (step-by-step):
1º - edit /etc/apt/sources.list
2º - comment (#) default repositories
3º - add the follow repositorie to your source.list
debhttp://old.kali.org/kalisanamainnon-freecontrib# For source package access, uncomment the following line# deb-src http://old.kali.org/kali sana main non-free contrib
4º - save source.list file
5º - apt-get update
6º - apt-get install mingw32
-- revert repository to default --
7º - edit /etc/apt/sources.list
8º - remove follow lines from source.list
debhttp://old.kali.org/kalisanamainnon-freecontrib# For source package access, uncomment the following line# deb-src http://old.kali.org/kali sana main non-free contrib
fix kali 2.0 (rolling) mingw32 repository install
KALI '''rolling release''' does not have in repositorys the mingw32 packet needed by venom to compile templates into executable formats, the packet that venom needs its a sub-packet of mingw32 (i586-mingw32msvc-gcc) it can be found in KALI sana oficial repositorys simple by executing: apt-get install mingw32
Simple soluction:
edit your source.list and add KALI sana official repositorys to it...
that apt-get install mingw32 it will install the missing packets
that venom needs to work (32 or 64 archs)...
Install mingw32 on kali 2.0 (step-by-step):
1º - edit /etc/apt/sources.list
2º - comment (#) default repositories
3º - add the follow repositorie to your source.list
4º - save source.list file
5º - apt-get update
6º - apt-get install mingw32
-- revert repository to default --
7º - edit /etc/apt/sources.list
8º - remove follow lines from source.list
9º - uncomment the default repositories
10º - save source.list file
11º - apt-get update
More info can be found in kali official websitte here:
http://docs.kali.org/general-use/kali-linux-sources-list-repositories
Last edit: pedro ubuntu 2016-09-20