s0md3v / Blazy

Intelligent login bruteforcer.

Home Page:https://teamultimate.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3 compat?

ndanielsen opened this issue · comments

Is this only python2 compatible?

Blazy detects and submits forms using a library named Mechanize which isn't available for Python3.
So the only way to make it python3 is to rewrite it using a python3 compatible library such as selenium.