Further reading
At the following links, you can find more information about the tools mentioned in this chapter and the official Python documentation for some of the modules commented on:
- GeoIP documentation: https://geoip2.readthedocs.io/en/latest/
- Maxmind databases: https://www.maxmind.com/en/geoip2-services-and-databases?lang=en
- Maxminddb-geolite2: https://snyk.io/advisor/python/maxminddb-geolite2
- Exiftags documentation: https://pillow.readthedocs.io/en/latest/reference/ExifTags.html
- Geo-Recon: An OSINT CLI tool designed to track IP reputation and geolocation lookup (https://github.com/radioactivetobi/geo-recon)
- PyPDF2 documentation: https://pypdf2.readthedocs.io
- PDFMiner (https://pypi.org/project/pdfminer) is a tool developed in Python that works correctly in Python 3 using the
PDFMiner.six
package (https://github.com/pdfminer/pdfminer.six). Both packages allow you to analyze and convert PDF documents - PDFQuery (https://github...