You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I just updated the repository and tried to use it with the command holehe [email protected] and got the following error:
File "/usr/local/lib/python3.6/site-packages/holehe-1.61-py3.6.egg/holehe/modules/forum/raidforums.py", line 49, in raidforums
'my_post_key': r.text.split('var my_post_key = "')[1].split('"')[0]
IndexError: list index out of range
Describe the bug
I just updated the repository and tried to use it with the command
holehe [email protected]
and got the following error:File "/usr/local/lib/python3.6/site-packages/holehe-1.61-py3.6.egg/holehe/modules/forum/raidforums.py", line 49, in raidforums
'my_post_key': r.text.split('var my_post_key = "')[1].split('"')[0]
IndexError: list index out of range
To Reproduce
Just use the command
holehe [email protected]
Expected behavior
I was unable to use the tool due to this line (line 49 in raidforums.py), so I had to change it to:
'my_post_key': ''
After that, I was able to see the results for the email.
The text was updated successfully, but these errors were encountered: