Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
hints!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
pinuna27 committed May 29, 2024
1 parent d25f0b7 commit 782f682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sea-scavenger/chall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ description: |
hints:
- Press Ctrl+Shift+I or F12
- If you're a Mac loser press Cmd+Option+I
- Some parts have hints in the console
- Pro tip- Zoom out
deploy:
web:
build: .
Expand Down
3 changes: 2 additions & 1 deletion sea-scavenger/resources/shipwreck.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
console.log("Hint: Check the response headers");
console.log("Hint: Check the response headers");
console.log("Also make sure to check \"/shipwreck\"");
3 changes: 2 additions & 1 deletion sea-scavenger/resources/treasure.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
console.log("Hint: what's robots.txt?");
console.log("Another hint: I don't think the robots found the root! Check /treasure");
console.log("Another hint: I don't think the robots found the root! Check /treasure");
console.log("Also - make sure to edit the URL");

0 comments on commit 782f682

Please sign in to comment.