Mr-Un1k0d3r / DKMC

DKMC - Dont kill my cat - Malicious payload evasion tool
Other
1.37k stars 287 forks source link

shellcode generate #13

Closed vladimirpe00 closed 6 years ago

vladimirpe00 commented 6 years ago

first of all thank you very much for such this tool I followed all your steps correctly and the BMP picture being downloaded as I saw in the log of the web server built-in the tool but when I check my msf panel for any session it's not working I tried to use .txt generated payload, raw buffer files, and bash files so is there any specified syntax I should use during generating the payload so it can be worked after being converted to shellcode? thanks

Mr-Un1k0d3r commented 6 years ago

Usually the -t raw format is the right one. I found that people made several videos on youtube on how to use the tool it may help you. Here is one for example: https://www.youtube.com/watch?v=dNNSsvJYIB4

Hope it help