duty1g/DS-Crawler ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Python command line tool that takes a target URL and crawls it for hidden or unintended files and folders using Apple .DS_Store parsing.

I want it to feel like a simple security recon utility, with a clean help screen, a verbose mode, and clear output that shows what it finds as it walks through a site. It should accept one website URL from the command line, fetch and parse .DS_Store data, discover paths that might reveal directories or files, and print the results in a way that is easy to scan quickly.

Keep it lightweight and runnable from a single script if possible, and make the banner and usage look polished like a real tool. If anything about the format or crawling behavior is unclear, look up current docs online and use the most sensible approach.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab