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
- Download the latest database .mmdb files (ASN, City, Country) from MaxMind
- Unzip the archives and copy the .mmdb files to the
backend/geoipdirectory (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\";"