> For the complete documentation index, see [llms.txt](https://the-winrars.gitbook.io/writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-winrars.gitbook.io/writeups/2020-writeups/ractf/web/insert-witty-name.md).

# Insert Witty Name

Same concept as Entrypoint, but a different file.

We are told that it is running on a Python server,

so we can try to include common python web app filenames, such as `app.py` and `main.py`.

If we use the same method as Entrypoint and go to `/static?f=main.py`, and we get the flag.

## Flag: ractf{d3velopersM4keM1stake5}
