Burp Suite Extension for inserting a magic byte into a request.
Some web applications use a security feature for their file upload checks which validates the first bytes of the sent data. This is also known as Magic Byte, and allows for the identification of the file type.
Now lets say you try to upload <?php echo 'test'?>
the web application will throw an error saying that it wont accept the file.
However if you make it GIF87a <?php echo 'test'?>
in some cases the web application will think its a GIF and will allow the file to be uploaded!
This extension will allow you to insert these Magic Bytes straight from burp suite into your request.
Available magic bytes