We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c3572 commit 4fc1f8aCopy full SHA for 4fc1f8a
hacking/devtools/welcome.md
@@ -12,6 +12,17 @@ Refer to juice shop repo for installation: [Juice Shop Repo](https://github.com/
12
- Manipulate authentication tokens stored on the client to change privileges or view protected content.
13
- XSS - Find a place where user input is reflected into the DOM without sanitization and achieve JS execution in the page context.
14
15
+## General Hints
16
+- View source
17
+- Check the cookies
18
+- Inspect the local stroage
19
+- Check the source control
20
+- Check the console
21
+- Check the netwrok tab
22
+- Debug (in the browser)
23
+- Use the Pretty Print ({}) function in Sources to make minified JS readable.
24
+
25
26
# Solutions
27
In the next pages will show the solution one after anohter
28
0 commit comments