Tags: misc crypto
Rating: 3.0
# Scatter Me
## Task
![task](./src/task.png)
[scatter](./src/scatter)
## Solution
Too easy.
Let's look what's inside the scatter:
![scatter_inside](./src/scatter_inside.png)
If you look closely you can see that there are triplets of numbers, separated by `;`. And third number always `1`. Looks like it't some coordinates. Let's try to build a graph:
![graph](./src/graph.png)
And here's a passcode: `300728`. Wrap it into the flag format to pass: `b00t2root{300728}`