Ekultek / WhatBreach

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

python3 fix #12

Open ModernAesthetics opened 4 years ago

ModernAesthetics commented 4 years ago

in formatter.py change raw_input to just input

Hoaax commented 4 years ago

thx bro

jandersonmira commented 3 years ago

thanks, saved me. running with WSL 2 and phyton3

Ekultek commented 3 years ago

Add

try: raw_input except: raw_input = input

to lib/formatter.py at the top of the file