Skip to content

Instantly share code, notes, and snippets.

@DCSantu2000
DCSantu2000 / pyBtuteForceIter.py
Created November 15, 2016 08:53
Python Brute Force Using Itertools Library.It allows you to make password library.This code helps you to make a password from (0 to zzzzzzzzzzzzzzzzzzzz).
###################Details#########
#A simple python brute force algarithm
#using itertools library.
#####################################
#_author_="Antu Roy"
#_year_=2015
########imports##########