Skip to content

Latest commit

ย 

History

History

utf-wait

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
ย 
ย 
ย 
ย 
ย 
ย 

utf-wait

Author Category Difficulty Points Solves First Blood
Sean Web Medium 352 7 IrisSec

Description

๐Ÿ˜Š 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 the wss:// 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 open http://127.0.0.1:<PORT>/ in your browser.

Hints

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โš ๏ธ! ๐Ÿ˜ตโ€๐Ÿ’ซ

Deployment

$ make build
$ make run