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:
- Geo-Recon: An OSINT CLI tool designed to track IP reputation and geolocation lookup (https://github.com/radioactivetobi/geo-recon).
- PyPDF2 documentation: https://pythonhosted.org/PyPDF2.
- Peepdf is a Python tool that analyzes PDF files and allows you to visualize all the objects in a document. It also has the ability to analyze different versions of a PDF file, sequences of objects, and encrypted files, as well as to modify and obfuscate PDF files: https://eternal-todo.com/tools/peepdf-pdf-analysis-tool.
- 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.com/jcushman...