Lookyloo / pysecuritytxt

Tries to get and parse .well-known/security.txt from a domain
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

feature request: add --locations parameter #17

Open berkas1 opened 1 year ago

berkas1 commented 1 year ago

The project tries multiple locations on given domains, including http(s), .well-known/security.txt and /security.txt... It would be nice to see quickly which location(s) actually return the security.txt file and which don't.

The --locations parameter would check all locations and would show something like "Found" or "Not found" for each location. It could even be colorful.

Have a nice day!

Rafiot commented 1 year ago

We could do that, but probably as another standalone/debug script. When try to get that file, I mostly care if I get it, not really where from.