gophish-cli icon indicating copy to clipboard operation
gophish-cli copied to clipboard

Only email address is imported

Open niteshuk opened this issue 7 years ago • 0 comments

Users details are not imported from the CSV file, only email address is imported. I modified the following to make it work under create_groups() targets.append(User(first_name=str(line.strip().split(',')[0]),last_name=str(line.strip().split(',')[1]),email=str(line.strip().split(',')[2])))

niteshuk avatar Jun 25 '18 22:06 niteshuk