dmknght / BruteforceHTTP

Brute Forcing HTTP form automatically
GNU General Public License v3.0
31 stars 27 forks source link

can't detect login form - cpanel #7

Closed dmknght closed 5 years ago

dmknght commented 5 years ago

http://www.chuabaidinhninhbinh.vn:2082/

ZeroX-DG commented 5 years ago

Well, this is a solution I came up with. This could be applied to better detect the form. Basically it's just go to the site, find all the form, and score each form base on some certain rules. After that, you can pick the form with the highest score (highest posibility to be the login form). I call that login form detective. https://gist.github.com/ZeroX-DG/ae77a2a6a27748a46d7efd1b45e7155f

dmknght commented 5 years ago

closed via latest commit