# Scripts for payload generation ## disguiseAsImage This script is designed to disguise a payload as an image. It does this by adding the first 20 bytes of a real image to the beginning of the file and adding a file extension. This will fool most filters that, for example, might only allow images to be uploaded. To use it, you will need to have a payload ready to use. It could be anything, here is a simple php script named payload.php ```php