avet icon indicating copy to clipboard operation
avet copied to clipboard

Question

Open kenan3507 opened this issue 4 years ago • 1 comments

Can we only use payloads created with metasploit?

Would it be a problem if we use another payload developed in C ++?

kenan3507 avatar Feb 10 '21 13:02 kenan3507

Hi kenan3507, sorry for the really late answer. You can of course use payloads developed in C++. Compile it to an executable and use pe_to_shellcode to convert it to shellcode format.

You can take a look at this section to get an idea. Here we convert mimikatz.exe to shellcode: https://github.com/govolution/avet/blob/9dd9433510ee01c27e6912d24a4c0fcae0742d0b/build/build_rc4enc_mimikatz_win64.sh#L38-L40

Thund3rPat avatar Jun 08 '22 06:06 Thund3rPat