# /public ## Welcome! This is the `/public` folder, serving as a frontpage to this [copyparty](https://github.com/9001/copyparty) instance for guests who are not currently logged in. All guests are able to read the contents of this folder. If you have an account, *log in* for more features, such as access to your personal and shared folders. ### Please do not attempt to brute-force a login if you are not an account holder. You will be banned after several failed attempts. ## Description of folder contents `fancy-image.png` - a fancy image. If the server is currently running, it will load and you will be able to see it. If the server isn't running you won't even be able to arrive at this page though, so I'm not sure what real purpose it serves. `readme.md` - this file. `wysi.asm` - assembly code that compiles out to wysi.exe (though it's a few hundred bytes short, so after compiling open a hex editor and manually pad out the file with extra 0s at the end). Check comment at start of file for credits, as I did not write the majority of the file. `wysi.exe` - an exactly 727 byte windows executable that opens a MessageBoxW with the text "when you see it". That's about it. Fun party trick, I guess? You probably shouldn't download random exe files from the internet, though you can download and compile the above assembly and compare the result to this file and see that they are identical. ###