I want to display all the Internet History Information of a system using Python. The index.dat file holds all the history information of user, but it’s encoded. How can I decode it?
[I have heard about WinInet Method INTERNET_CACHE_ENTRY_INFO. It provides information about websites visited, hit counts, etc.]
Are there any libraries available in Python for achieving this? If not, are there any alternatives available?
Code to get the URL only from index.dat file(History of IE Only)