platform; including automated penetration tests and risk assesments culminating in a "cyber risk score" out of 1,000, just like a credit score.
First slide label
Some representative placeholder content for the first slide.
Second slide label
Some representative placeholder content for the second slide.
Third slide label
Some representative placeholder content for the third slide.
How to solve compile error in veil?
published on 2013-11-16 11:59:00 UTC by nirav desai Content:
As you know, veil is AV evasion framework for metasploit payload. On the 15th of every month, for the next year, at least one new payload module will be released.Yesterday they released two new payload.
pure windows/meterpreter/reverse_tcp stager, no shellcode
pure windows/meterpreter/reverse_tcp windows service stager compatible with psexec, no shellcode
I used c/meter_rev_tcp. After setting of LHOST & LPORT ; when i try to generate it ; i got error. sh: i686-w64-mingw32-gcc: command not found
Okay now we successfully generated payload file, but we get compiler error while compiling into cross-platform exe.
Error clearly suggest that i686-w64-mingw32-gcc is not installed.The mingw-w64 project is a complete run-time environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems.In short, to compile the payload for 64 bit windows ; we have to install mingw-w64.
In case of 32 bit windows os , we can compile it,because when you setup veil environment mingw32 installed using wine.