You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/fallctf-2025/web.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ You can use [CyberChef](https://gchq.github.io/CyberChef/) to decode many common
70
70
71
71
## Overriding Web Content
72
72
73
-
Sometimes, you'll want to manually override some parts of a webpage's contents in order to make debugging easier. Follow [Google Chrome's documentation "Override web content and HTTP response headers locally"](https://developer.chrome.com/docs/DevTools/overrides) for the specifics of how to override scripts and files.
73
+
Sometimes, you'll want to manually override some parts of a webpage's contents in order to make debugging easier. Follow [Google Chrome's documentation "Override web content and HTTP response headers locally"](https://developer.chrome.com/docs/devtools/overrides) for the specifics of how to override scripts and files.
74
74
### Why would I want to do this?
75
75
76
76
Often websites have security checks on the client rather than on the server. This is insecure because the client "owns" the scripts running on their machines and can modify them as they see fit.
@@ -166,4 +166,4 @@ Be careful when exfiltrating data to make sure the data on the page you are tryi
0 commit comments