1º write your operative system in use (kali)
2º write the version of venom tool (1.0.10)
3º if possible post the screenshot with the bug
or copy/paste from terminal ...
hello generator giving me an error :
./venom.sh: 2771: ./venom.sh: i586-mingw32msvc-gcc: not found
strip: '/root/Desktop/crisp-shellcode-generator-shell/output/backdoor.exe': No such file
i ma using Kali linux 2.0 venom 1.0.12 wanna create pdf shell, and one more when i wanna generate .jar shell it create an emty file .... why ? can you help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
yes...
the bug its that you are using KALI '''rolling release'''
(roling 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)
that 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...
about 'when i wanna generate .jar shell it create an emty file'
Again i need a little more information, because venom builds
2 diferent .jar payloads (windows/reverse_tcp 'base64') and
(java/reverse_tcp 'no encoding') so i need to know witch one
of then have you tryied to build..
you can manually check if buildding .jar payloads its available in
your metasploit install with the follow command:
msfvenom --help-formats
remenber that '''java/meterpreter/reverse_tcp''' its build using FORMAT::java
and that '''windows/meterpreter/reverse_tcp''' its build using FORMAT::psh-cmd
(check if this 2 formats are available in your msfvenom install)
Last edit: pedro ubuntu 2016-09-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
having issues with wine installs for root. i did a winecfg under root to put a .wine folder in my root folder and after trying to install winrar.exe it doesn't install in in the drive-c for root .wine. also installer doesn't find python 2.6 this way either so i can't install pyinstaller please help and thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
installing PYINSTALLER dependencies its allaways a issue...
(veil framework suffer the same problem)....
you must figure it out if your system its 64bits or 32bites befor trying to install
winrar.exe (under wine = simple press on the executable and run it using wine [install])..
about python2.6.msi (windows installer) its the same thing, you need to install
the correct arch of python under wine...
inside shell/bin folder you have 2 diferent winrar.exe installs.
inside shell/obfuscate folder you have 'pyinstaller.tar.gz' with
instaructions how to install in diferent archs...
Please report your bug the correct way:
Copyright © 2016 - venom shellcode generator
Last edit: pedro ubuntu 2016-01-26
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
hello generator giving me an error :
./venom.sh: 2771: ./venom.sh: i586-mingw32msvc-gcc: not found
strip: '/root/Desktop/crisp-shellcode-generator-shell/output/backdoor.exe': No such file
i ma using Kali linux 2.0 venom 1.0.12 wanna create pdf shell, and one more when i wanna generate .jar shell it create an emty file .... why ? can you help me?
yes...
the bug its that you are using KALI '''rolling release'''
(roling 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)
that 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...
Install mingw32 on kali 2.0 rolling release (step-by-step):
https://sourceforge.net/p/crisp-shellcode-generator/discussion/general/thread/e05bc593/
about 'when i wanna generate .jar shell it create an emty file'
Again i need a little more information, because venom builds
2 diferent .jar payloads (windows/reverse_tcp 'base64') and
(java/reverse_tcp 'no encoding') so i need to know witch one
of then have you tryied to build..
you can manually check if buildding .jar payloads its available in
your metasploit install with the follow command:
msfvenom --help-formats
remenber that '''java/meterpreter/reverse_tcp''' its build using FORMAT::java
and that '''windows/meterpreter/reverse_tcp''' its build using FORMAT::psh-cmd
(check if this 2 formats are available in your msfvenom install)
Last edit: pedro ubuntu 2016-09-19
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
installing PYINSTALLER dependencies its allaways a issue...
(veil framework suffer the same problem)....
you must figure it out if your system its 64bits or 32bites befor trying to install
winrar.exe (under wine = simple press on the executable and run it using wine [install])..
about python2.6.msi (windows installer) its the same thing, you need to install
the correct arch of python under wine...
inside shell/bin folder you have 2 diferent winrar.exe installs.
inside shell/obfuscate folder you have 'pyinstaller.tar.gz' with
instaructions how to install in diferent archs...
usefull links:
http://www.howtogeek.com/105271/how-to-run-windows-software-on-ubuntu-with-wine/