s0md3v / Breacher

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

No https support #11

Open kuhoyo2964 opened 5 years ago

kuhoyo2964 commented 5 years ago

http only, would be nice if it could also do https

some sites don't let you use their port 80 only 443

think it could be fixed by editing (( target = "http://" + ... ))

but again, it would be nice if it had an option from the start for https like an -s flag or something