feat: show all scanned links for a domain #48

Open
opened 2024-01-29 10:35:29 +01:00 by rskonieczka · 1 comment
rskonieczka commented 2024-01-29 10:35:29 +01:00 (Migrated from github.com)

Thanks for the great software, good job. I started using it and it's wonderful, but I can't find how to show all scanned links, it's probably somewhere on top but I can't find it. Thanks for the answer.

Thanks for the great software, good job. I started using it and it's wonderful, but I can't find how to show all scanned links, it's probably somewhere on top but I can't find it. Thanks for the answer.
AdamDudley commented 2024-03-06 09:55:48 +01:00 (Migrated from github.com)

If you need this right now, you can find them in the database. I don't know how helpful that is,

this application is really well put togther to be fair and was easy to find like below

SELECT * FROM public.website_resources where resource_type = 'link'
ORDER BY id ASC LIMIT 100
If you need this right now, you can find them in the database. I don't know how helpful that is, this application is really well put togther to be fair and was easy to find like below ``` SELECT * FROM public.website_resources where resource_type = 'link' ORDER BY id ASC LIMIT 100 ```
dan changed title from I can't find how to show all scanned links to feat: show all scanned links for a domain 2025-10-26 13:23:32 +01:00
dan added this to the siteinspector project 2025-10-26 13:23:40 +01:00
This discussion has been locked. Commenting is limited to contributors.
No description provided.