Kwelwild Posted February 24, 2013 Report Posted February 24, 2013 Description: Shellcode from public resources might not always be "ready for immediate use" - In many cases the author of the shellcode might have left placeholders for modification. If you do not know how to look into and make these modifications then the shellcode would be useless to you.Here is one case: Linux/x86 - Remote file Download - 42 bytesIn this video, we first analyze the shellcode and see that it uses execve to run wget with the URL to download. The shellcode author has hardcoded the URL as "aaaa" which would be useless if you were a copy-paste person We understand how the shellcode functions and use Python shortcuts to create the shellcode for the file name to download. This video is a quick and dirty guide to modifying shellcode Enjoy and Let me know your comments.This free video is sponsored by SecurityTube Certifications: SecurityTube Trainings Surs?: Hack Of The Day: Customizing Shellcode For Fun And Profit Quote