
आसान ब्रूट फोर्सिंग जो भी आप चाहें - Jose Pino
जो भी आप चाहें, उस पर आसान ब्रूट फोर्सिंग, इसकी जादुई बढ़ती मान और प्रत्यक्षता।
git clone https://github.com/jofpin/brutto.gitpython setup.py install# So you import the library
from brutto_easy import Brutto
# call brutto
test = Brutto()
# Here I implement
for example in test.increase(letters=True, numbers=True, symbols=False, space=False, scope=4):
print example
# call brutto
bruteforce = Brutto()
for example in bruteforce.direct(4):
print example
तो आप letters को बढ़ाने के लिए एक कस्टम मान जोड़ सकते हैं। scope=(1-5)
# call brutto
test = Brutto()
for example in test.increase(letters=True, scope=5):
print example
letters और numbers के साथ, और बढ़ा हुआ scope=(1-8)
# call brutto
test = Brutto()
for example in test.increase(scope=8, letters=True, numbers=True, symbols=False):
print example
कॉपीराइट, 2015, Jose Pino द्वारा