Ekultek / WhatBreach

OSINT tool to find breached emails, databases, pastes, and relevant information
1.19k stars 172 forks source link

Traceback Error - raw_input not defined #22

Closed therealOri closed 3 years ago

therealOri commented 3 years ago

Idk how to fix this issue.

Traceback (most recent call last):
  File "/home/ori/OSINT/WhatBreach/whatbreach.py", line 5, in <module>
    main()
  File "/home/ori/OSINT/WhatBreach/whatbreach/main.py", line 45, in main
    api_tokens = grab_api_tokens()
  File "/home/ori/OSINT/WhatBreach/lib/settings.py", line 241, in grab_api_tokens
    item = lib.formatter.prompt(
  File "/home/ori/OSINT/WhatBreach/lib/formatter.py", line 20, in prompt
    question = raw_input(
NameError: name 'raw_input' is not defined

Any help would be appreciated. I also have all of the modules that would be needed installed already.

therealOri commented 3 years ago

I am using python3 and not python2.. raw_input has been replaced with just input.

ALSO weleakinfo has been seized by the gov so you ain't getting an api key from there anymore.