Author | Category | Difficulty | Points | Solves | First Blood |
---|---|---|---|---|---|
Sean | Web | Medium | 352 | 7 | IrisSec |
๐ I'm learning ๐ง how to make my own HTTP server in C! ๐บ๏ธ Here's my cool little journal ๐ website; try looking up
flag
๐ฉ! It doesn't work ๐ in some browsers, though. ๐
Flag format:
sdctf{...}
To connect, click the "Create" button. Install
wsrx
, then connect to thewss://
URL. If you're using the CLI, the output will have something like,Hi, I am not RX, RX is here -> 127.0.0.1:<PORT>
That's
wsrx
's wacky way of saying you can openhttp://127.0.0.1:<PORT>/
in your browser.
Sorry for not clarifying this earlier ๐, but making a few hundred ๐ฏ๐ฏ๐ฏ๐ฏ requests in series ๐ถ isn't considered fuzzing ๐ by our rules ๐ (I was told this should be obvious ๐). That may be necessary for this challenge ๐ฎ because my friend ๐ says my server is a bit
โ ๏ธ nondeterministicโ ๏ธ ! ๐ตโ๐ซ
$ make build
$ make run