Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asasmith/ramp-ctf-challenge
https://github.com/asasmith/ramp-ctf-challenge
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asasmith/ramp-ctf-challenge
- Owner: asasmith
- Created: 2024-05-13T22:11:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:13:07.000Z (8 months ago)
- Last Synced: 2024-05-21T09:14:45.463Z (8 months ago)
- Language: Go
- Size: 3.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ramp Challenge
Thanks for applying to Ramp. Solve this CTF[1] challenge and add the result to your application.
We recommend opening this file with a Markdown viewer. (https://www.google.com/search?q=markdown+viewer)
## Instructions
1. Open this [link](https://tns4lpgmziiypnxxzel5ss5nyu0nftol.lambda-url.us-east-1.on.aws/challenge)
2. Find a hidden URL within the HTML
- Each character of the URL is given by this DOM tree, in this specific order. You need to find (in order) all of the occurrences and join them to get the link.
- The asterisk **(\*)** is a wildcard representing zero or more characters that can be present in the string. These characters are irrelevant to the result and should be ignored.
- There can be zero or more DOM nodes between each valid tag. These nodes are irrelevant to the result.
- Any additional attribute that doesn't interfere with the described pattern can be safely ignored.Pattern of the DOM tree for each valid character of the URL
```html
```(_To validate this step, you should be able to open the URL and get an English word. This means you have captured the flag!_ 🥳)