Skip to content

Commit

Permalink
Fix instructions how to induce an XSS attack
Browse files Browse the repository at this point in the history
  • Loading branch information
evarga committed Jan 4, 2024
1 parent a28d130 commit 6e5a97e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Season-2/Level-3/hack.sh

This file was deleted.

7 changes: 7 additions & 0 deletions Season-2/Level-3/hack.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Here are two steps to showcase the XSS attack:

1. Start the applicsation as instructed in 'code.py'
2. Enter in the input field for planet the following content: <img src='x' onerror='alert(1)'>

You will see that an alert dialog box opens instead of being presented with a message
that such a planet is unknown to the system.

0 comments on commit 6e5a97e

Please sign in to comment.