venom icon indicating copy to clipboard operation
venom copied to clipboard

fix kali 2.0 (rolling) mingw32 repository install

Open r00t-3xp10it opened this issue 7 years ago • 8 comments

Description

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

deb http://old.kali.org/kali sana main non-free contrib
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 (OR mingw64)

revert repository to default:

7º - edit /etc/apt/sources.list
8º - remove follow lines from source.list

deb http://old.kali.org/kali sana main non-free contrib
deb-src http://old.kali.org/kali sana main non-free contrib

9º - un-comment the default repositories
10º - save source.list file
11º - apt-get update

More info can be found in kali official website:

kali-linux-sources-list-repositories



Or install mingw-w64 (64bits systems)

This soluction does not need any source.list changes ..

apt-get update
apt-get install mingw-w64 -y

r00t-3xp10it avatar Nov 16 '16 20:11 r00t-3xp10it

Didn't work for me :(

subhsamal avatar Apr 02 '18 16:04 subhsamal

1º - are you using kali linux disto ?? 2º - what arch are you using 32 or 64 bits ?? 3º - are you sure you have added the kali sana repositorys to your souce.list file before installing the missing packet? in because the Retired Kali sana (2.0) Repositories its there, and it contains the mingw32 packet required ..

r00t-3xp10it avatar Apr 10 '18 16:04 r00t-3xp10it

Worked great thanks!

ghost avatar Apr 15 '18 23:04 ghost

Awesome. Worked for me

hledger avatar Jun 21 '18 02:06 hledger

apt-get update apt-get install mingw-w64 -y it's work for me thanks 👍😊

Dark420 avatar Sep 15 '18 13:09 Dark420

Cool it worked

ghost avatar Mar 27 '19 13:03 ghost

Please how do I uninstall the arm64 architecture from kali

legen07 avatar Feb 20 '21 12:02 legen07

please give the the solution how to install python-crypto in smbexec . becase it doesn`t work for me.

Ashish2258 avatar Oct 28 '21 17:10 Ashish2258