OllieJC / findsecuritycontacts.com

https://findsecuritycontacts.com
GNU General Public License v3.0
21 stars 4 forks source link

[Question] https://findsecuritycontacts.com/ #7

Open websecnl opened 2 years ago

websecnl commented 2 years ago

Is there any way to press 'Rescan' , it seems like the scans are being saved or cached. there doesn't seem to currently be an option to rescan if the new DNS changes are applied correctly because of this.

oh2fih commented 3 months ago

It is a static site that was updated daily 10:10 UTC through a GitHub action in .github/workflows/deploy.yml – until the deployments suddenly stopped on Jun 5, 2024.

I found more problematic that it had a static list (from Feb 8, 2022) of top500 sites it scanned regardless of moz.com updating their list. https://github.com/OllieJC/findsecuritycontacts.com/pull/10 addresses that issue by fetching the top500 list daily, falling back to a cached list in case the update fails.

websecnl commented 3 months ago

Took two years, but hey an answer is an answer. :P

oh2fih commented 3 months ago

Well, I'm not the maintainer of this project, but someone who takes action of figuring out and fixing stuff. From this perspective, 2 years could be considered relatively fast; sometimes people spend 10 years thinking that something is impossible. 😅