146k views
4 votes
Create a dictionary password cracker or a brute force

1 Answer

2 votes

Answer:

So if someone is smart enough to keep a safe password this tool will help you with it. Pydictor is written in python. There is two method to crack the password using this tool one creates a normal wordlist the other creates wordlist in base64 form. We will try both methods.

Step-by-step explanation:

User Aydinozkan
by
4.9k points