cybercdh / phishfinder

A tool designed to traverse phishing URL paths to search for phishing kit source code.
MIT License
89 stars 23 forks source link

Line 70 #1

Closed hoochiemama closed 5 years ago

hoochiemama commented 5 years ago

Hi,

Generating this error consistently. New to this, so this could very well be my fault :)

python3 phishfinder.py --input urls.txt --output /phishing/kit/folder

File "phishfinder.py", line 70 print "[+] Guessing: {}".format(guess_url)

cybercdh commented 5 years ago

Hey - is there anything more in your error message?

hoochiemama commented 5 years ago

Sorry, looks like the message was cut off when sending the first message, here it is in full:

phish-error

cybercdh commented 5 years ago

Hmm, does it work using python and not python3?

hoochiemama commented 5 years ago

Just with "python"

phish-error1

cybercdh commented 5 years ago

You’ll probably have to pip install - r requirements.txt again before running with python 2.7

hoochiemama commented 5 years ago

Will do, thx

fl0x2208 commented 5 years ago

was this ever fixed i am getting same error

hoochiemama commented 5 years ago

Yes, converted the code to Python3 with 2to3. This resolved the issue. Runs perfectly now.

cybercdh commented 5 years ago

I've just updated the code to python3, apols for the delay. Hoping this now to be resolved?