begood Posted March 11, 2010 Report Posted March 11, 2010 This page can help you generate a small piece of JavaScript that performs a heapspray. The heap spray uses the provided target address as the value to spray the heap with (eg. 0x01020304 means spray with "04 03 02 01 04 03 02 01 etc...". You can choose which browser you are targeting, which is needed to determines the size of the header for heap blocks (you can also manually enter this size). Finally you can provide a shellcode to put at the end of each nopslide. The default shellcode is one that executes calc.exe. Skypher Quote