Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix kali 2.0 (rolling) mingw32 repository install #1

Open
r00t-3xp10it opened this issue Nov 16, 2016 · 8 comments
Open

fix kali 2.0 (rolling) mingw32 repository install #1

r00t-3xp10it opened this issue Nov 16, 2016 · 8 comments

Comments

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Nov 16, 2016

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

ChaitanyaHaritash added a commit that referenced this issue Mar 18, 2017
Venom 1.0.13 [The Minotaur]
ChaitanyaHaritash added a commit that referenced this issue Mar 18, 2017
Merge pull request #1 from r00t-3xp10it/master
r00t-3xp10it added a commit that referenced this issue Mar 19, 2017
Revert "Merge pull request #1 from r00t-3xp10it/master"
@subhsamal
Copy link

Didn't work for me :(

@r00t-3xp10it
Copy link
Owner Author

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 ..

@ghost
Copy link

ghost commented Apr 15, 2018

Worked great thanks!

@hledger
Copy link

hledger commented Jun 21, 2018

Awesome. Worked for me

@Dark420
Copy link

Dark420 commented Sep 15, 2018

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

@ghost
Copy link

ghost commented Mar 27, 2019

Cool it worked

@legen07
Copy link

legen07 commented Feb 20, 2021

Please how do I uninstall the arm64 architecture from kali

@Ashish2258
Copy link

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

7 participants
@subhsamal @r00t-3xp10it @Dark420 @hledger @legen07 @Ashish2258 and others