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

Gophish Python cli to perform huge phishing campaigns

Results 2 gophish-cli issues
Sort by recently updated
recently updated
newest added

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])))

One of the most important thing to do when you figure out that you were pwned is to CHANGE YOUR PASSWORD. As a pentester, it would be great to measure...