This is a small program to scan through JS, css, and html files for secrets or any deets that shouldn't be public
- Acquire a URL or some IP to some website (support normal URLs and IPv4 addresses only)
- Look through the HTML head tag, script tags, a tags (link), comments for available files (also use some regex to get paths)
- Attempt to access these files through their full URL (ensure is HTTP 200, if not, can skip)
- Can do a recursive search on these files to look for more paths
- Print out all the unique paths discovered, and those that returned HTTP status of 200
- Scan through all files with a predefined checklist with regex patterns
- Report findings clearly and aesthetically
- Use a cool TUI (okay you can involve AI here)
- Add ability to use context (and print context) i.e. user can provide secrets patterns they are looking for