mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
veil-evasion: fix windows settings
This commit is contained in:
parent
a0759fd478
commit
cf2d3163b2
2 changed files with 10 additions and 6 deletions
|
|
@ -37,6 +37,9 @@ OPERATING_SYSTEM="Linux"
|
|||
# Terminal clearing method to use (use "false" to disable it)
|
||||
TERMINAL_CLEAR="clear"
|
||||
|
||||
# Wine environment
|
||||
WINEPREFIX=HOME_PATH+"/.config/wine/veil/"
|
||||
|
||||
# Path to temporary directory
|
||||
TEMP_DIR="/tmp/"
|
||||
|
||||
|
|
@ -50,8 +53,7 @@ METASPLOIT_PATH="/usr/lib/metasploit"
|
|||
MSFVENOM_PATH="/usr/bin/"
|
||||
|
||||
# The path to pyinstaller, for example: /opt/pyinstaller-2.0/
|
||||
PYINSTALLER_PATH="/opt/pyinstaller-2.0/"
|
||||
|
||||
PYINSTALLER_PATH=/usr/lib64/python2.7/site-packages
|
||||
|
||||
#################################################
|
||||
#
|
||||
|
|
|
|||
|
|
@ -13,18 +13,20 @@ SRC_URI="https://github.com/Veil-Framework/Veil-Evasion/archive/${PV}.tar.gz ->
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="tools"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="tools windows"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=">=dev-python/pycrypto-2.3
|
||||
dev-python/symmetricjsonrpc
|
||||
dev-python/pefile
|
||||
dev-python/capstone-python
|
||||
dev-python/pyinstaller
|
||||
windows? (
|
||||
dev-python/pyinstaller
|
||||
app-emulation/wine
|
||||
)
|
||||
tools? (
|
||||
dev-lang/go
|
||||
app-emulation/wine
|
||||
net-analyzer/metasploit )
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue