Все возможности 0 и 1

from itertools import *
>>> a = list(product([0,1],repeat=6))
The_BLUESTEEL