Added message

resolved_file
Chris Truncer 2015-01-15 09:42:00 -05:00
parent 2f12d5a28b
commit 8464314e8e
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class Datatype:
return result
def generate_data(self):
print "[*] Generating data..."
# credit card constants
visaPrefixList = [
['4', '5', '3', '9'],

View File

@ -21,6 +21,7 @@ class Datatype:
return ssn
def generate_data(self):
print "[*] Generating data..."
ssns = ''
# This is approx 1 meg of socials
for single_ssn in range(0, 81500 * self.datasize):