Skip to content

Error during checking an email #27

@MohsenRazavi

Description

@MohsenRazavi

Hello
I cloned the project recently and started testing it, then this error occured.

📁 Leak search ...

> No paste found.

[HudsonRock] Email Safe


🎭 Account search ...

> Adobe
> Bandlab
> Chess
> Duolingo
HTTP error occurred:
> Flickr
> Github
> Gravatar
> Imgur
HTTP error occurred:
> Instagram / Csrftoken not found
Traceback (most recent call last):
  File "/home/mhsn/dev/Zehef/zehef.py", line 5, in <module>
    from main import main; asyncio.run(main())
                           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/home/mhsn/dev/Zehef/main.py", line 10, in main
    await parser()
  File "/home/mhsn/dev/Zehef/lib/cli.py", line 52, in parser
    await instagram(target)
  File "/home/mhsn/dev/Zehef/modules/accounts/instagram.py", line 20, in instagram
    r = await Request("https://www.instagram.com/api/v1/web/accounts/web_create_ajax/attempt/", headers={'x-csrftoken': csrf_token}, data=data).post()
                                                                                                                        ^^^^^^^^^^
UnboundLocalError: cannot access local variable 'csrf_token' where it is not associated with a value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions