s0md3v / Breacher

An advanced multithreaded admin panel finder written in python.
http://teamultimate.in
Other
743 stars 249 forks source link

Inconsistent spacing #12

Open kuhoyo2964 opened 5 years ago

kuhoyo2964 commented 5 years ago

For someone using the program for the first time unmodified, they might encounter the "inconsistent spacing" python error, don't know if this is a python3 thing or if this error started showing up when you brought python3 compatibility.

Fixed easily by accessing the source code with vim and typing in : --> :%s/^I/ /g <--

:%s///g

This replaces all tabs with 4 spaces.

P.S Great projects, you should really develop it more, I think it's going to get REALLY popular, it's really cool, good job :)