CERT-Polska / Artemis

A modular vulnerability scanner with automatic report generation capabilities.
https://cert.pl/en/posts/2024/01/artemis-security-scanner/
BSD 3-Clause "New" or "Revised" License
547 stars 48 forks source link

Check outgoing links: whether they work (no 404), whether the destination uses SSL, whether no bad reputation sites are linked #307

Open kazet opened 1 year ago

kshitijk4poor commented 7 months ago

Can be fixed with httpx.

https://github.com/projectdiscovery/httpx

kazet commented 7 months ago

This solves only a part of the task - downloading the content. How would you e.g. solve the reputation problem?

RasenRhino commented 6 months ago

cant we use something like this ?

kazet commented 6 months ago

I think a good first step would be to collect a couple of sites that provide reputation information (and check what they consider bad websites) and only then compare and choose the best one