Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quasar098 authored Oct 12, 2023
1 parent bb096c5 commit e9abba7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sunshinectf-2023/simonprogrammer-1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# simonprogrammer 1

## problem

![image](https://github.com/quasar098/ctf-writeups/assets/70716985/463e5eb6-9297-4a43-8b98-6606e266de00)

cant access the website anymore because it is down idk why

## solution

everything is stored client side, so click "PLAY" and then run the code in console:

```js
current_frequencies_used_global = global_frequencies.map(_ => _.replace(/.*\/([-A-Za-z0-9_=]+).wav/, "$1"));
submitFrequencies(current_frequencies_used_global);
```

0 comments on commit e9abba7

Please sign in to comment.