We are doing some open source information gathering and wanted to automate the process. I found the script below and it worked without issue yesterday. I go to run it today and am getting the following error:
https://github.com/milo2012/osintstalker/blob/master/fbstalker1.py
[*] Caching Pages Liked By:
Traceback (most recent call last):
File "FBStalker.py", line 2030, in
options(sys.argv)
File "FBStalker.py", line 1974, in options
mainProcess(user)
File "FBStalker.py", line 1790, in mainProcess
dataList = parsePagesLiked(html)
File "FBStalker.py", line 1146, in parsePagesLiked
pageCategory[count]
IndexError: list index out of range
For the life of me I cannot figure out what the issue is.