python-bruteForce icon indicating copy to clipboard operation
python-bruteForce copied to clipboard

Ideas

Open TotallyNotAHaxxer opened this issue 4 years ago • 3 comments

I think the script is great however maybe add a function where it checks your connection before hand something like this would work

import requests
def checker():
       try:
           r = requests.get("https://www.google.com")
           if r.status_code == '200':
                                          pass:
           etc etc 

to where after that it wold do something if it returns a certian code, however i do think this is a decent tool just could use ALOT of changes

TotallyNotAHaxxer avatar Oct 28 '21 06:10 TotallyNotAHaxxer

Do you know it only run for 1 password and not the whole password list?

7thez avatar Jan 12 '22 07:01 7thez

still, that function is necessary

TotallyNotAHaxxer avatar Jan 13 '22 02:01 TotallyNotAHaxxer

It doesn't have to check connection for every password, it can check it once at the start.

MattTheCoder-W avatar Aug 17 '22 08:08 MattTheCoder-W