Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError #369

Open
johnnyblackday opened this issue Feb 4, 2021 · 0 comments
Open

IndexError #369

johnnyblackday opened this issue Feb 4, 2021 · 0 comments

Comments

@johnnyblackday
Copy link

Hello,

I have just installed osrframework on Kali Linux (python ver. 3.8.6.).
Tried mailfy -m e-mail
and got:

Traceback (most recent call last):
File "/usr/bin/mailfy", line 11, in
load_entry_point('osrframework==0.20.1', 'console_scripts', 'mailfy')()
File "/usr/lib/python3/dist-packages/osrframework/mailfy.py", line 502, in main
registered = process_mail_list_step_2(platforms=platforms, emails=emails)
File "/usr/lib/python3/dist-packages/osrframework/mailfy.py", line 349, in process_mail_list_step_2
entities = pla.get_info(query=e, mode="mailfy")
File "/usr/lib/python3/dist-packages/osrframework/utils/platforms.py", line 152, in get_info
results = getattr(self, "do_{}".format(mode))(query)
File "/usr/lib/python3/dist-packages/osrframework/utils/platforms.py", line 352, in do_mailfy
if self.check_mailfy(query, **kwargs):
File "/usr/lib/python3/dist-packages/osrframework/wrappers/instagram.py", line 128, in check_mailfy
csrf_token = re.findall("csrf_token", r1.text)[0]
IndexError: list index out of range

Can you give me a support, please? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant