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

Brute Force Attack Tools Using Python

Results 18 python-bruteForce issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/90352904/148553510-4f70225d-9998-4ca0-8742-eb1d837fd596.png)

I think the script is great however maybe add a function where it checks your connection before hand something like this would work ```python import requests def checker(): try: r...

The script can't detect when it guesses the correct password. In other words, the script dont know when it breaks the password. For example: my router have "admin" in username...

### This pull request is linked to issue #13 ## Changed: * bruteforce.py * README.md ## Added: * test_website (website for safe testing of tool) * dicts (folder for dictionaries)...

I would like to add multi-threading support to your project and argument parsing using `argparse` package. I will post my progress on this idea in this thread. ## Linked fork...

$ python bruteforce.py Traceback (most recent call last): File "C:\Users\Aman\python-bruteForce\bruteforce.py", line 8, in print (""" ^^^^^^^^^^ File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2288.0_x64__qbz5n2kfra8p0\Lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeEncodeError: 'charmap' codec can't...

python -m json.tool / jq After you issue curl, the output of the API call may be difficult to read. Sometimes, you want to pretty-print the JSON output to find...