Skip to content

Commit

Permalink
update to add code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship authored Sep 28, 2020
1 parent 12345b3 commit 1eb4457
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/attacks/Session_fixation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ inside of the cookie that it will use to keep a session between the
client and the Web Application.

o

```
<META>
tag
<META>

```
tag also is considered a code injection attack, however, different from
the XSS attack where undesirable scripts can be disabled, or the
execution can be denied. The attack using this method becomes much more
Expand Down Expand Up @@ -118,11 +118,11 @@ executed in the victim's browser.
` http://website.kom/<script>document.cookie=”sessionid=abcd”;</script>`

### Example 3

```
<META>
tag

```
As well as client-side scripting, the code injection must be made in the
URL that will be sent to the victim.

Expand Down Expand Up @@ -175,4 +175,4 @@ Figure 2. Set-Cookie in the HTTP header response
[Category:OWASP ASDR Project](Category:OWASP_ASDR_Project "wikilink")
[Category:Exploitation of
Authentication](Category:Exploitation_of_Authentication "wikilink")
[Category:Attack](Category:Attack "wikilink")
[Category:Attack](Category:Attack "wikilink")

0 comments on commit 1eb4457

Please sign in to comment.