.DS_Store
The .DS_Store file is a hidden file (period at the start) created by the Finder application in macOS. It is typically used to enhance user experience by storing folder-specific metadata.
# From the Github link above
$ python3 main.py <path_to_dsstore>
.vscode
...
...
# eg.
$ python3 main.py ./samples/.DS_Store.ctf
Count: 6
favicon.ico
flag
static
templates
vulnerable.py
vulnerable.wsgiLast updated