Added message
parent
2f12d5a28b
commit
8464314e8e
|
@ -67,6 +67,7 @@ class Datatype:
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def generate_data(self):
|
def generate_data(self):
|
||||||
|
print "[*] Generating data..."
|
||||||
# credit card constants
|
# credit card constants
|
||||||
visaPrefixList = [
|
visaPrefixList = [
|
||||||
['4', '5', '3', '9'],
|
['4', '5', '3', '9'],
|
||||||
|
|
|
@ -21,6 +21,7 @@ class Datatype:
|
||||||
return ssn
|
return ssn
|
||||||
|
|
||||||
def generate_data(self):
|
def generate_data(self):
|
||||||
|
print "[*] Generating data..."
|
||||||
ssns = ''
|
ssns = ''
|
||||||
# This is approx 1 meg of socials
|
# This is approx 1 meg of socials
|
||||||
for single_ssn in range(0, 81500 * self.datasize):
|
for single_ssn in range(0, 81500 * self.datasize):
|
||||||
|
|
Loading…
Reference in New Issue