urlcheck is an open source alternative for urlscan.io. It browses the requested URL like any other normal user and takes screenshots of the page. It also gathers information such as network activity, contacted domains, contacted IPs, loaded resources, etc.
You can try urlcheck at https://urlcheck.ruhis.fi
backend/geoip
directory (GeoLite2-ASN.mmdb, GeoLite2-City.mmdb, GeoLite2-Country.mmdb)This error is caused by the missing uuid-ossp
extension. To fix it, run the following command:
sudo -u postgres psql -c "CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";"