Source code will be published soon. For the ML part, I create a PyTorch model to estimate Location from images. In the other hand, I check the metadata and use reverse image search.
- exiflooter can detect geolocation directly and display. if you use exiftool, you need to grep the output.
- exiflooter can show the location on OpenStreetMap. if you use exiftool, you need to get location and latitude and then copy paste to OpenStreetMap API.
- exiflooter can analyze directory for geolocation.
- exiflooter can remove metadata from directory of images.
- exiflooter works with pipe operation. If you want to give multiple urls to exiflooter, it checks all the urls for geolocation or remove metadata.
- for bug hunters you can combine with "waybackurls" which is get the urls from wayback machine. if you get all images from domain and send it to exiflooter. maybe you can gain some money. (bug bounty check READ.me https://github.com/aydinnyunus/exifLooter/blob/main/README.m...)