1 Creating Groups
Jordan Wright edited this page 2015-02-21 11:27:54 -06:00

Main Page

After logging in, you can click the "Users & Groups" tab to navigate to the Groups page. This page looks like the following:

*Screenshot coming soon!*

Creating a new Group

To create a new group, click on the "New Group" button at the top of the main panel. This opens up the following modal where we can fill in the group details.

*Screenshot coming soon!*

Groups require the following attributes:

  • Name - The name of the group (must be unique, cannot be blank)
  • Targets - Groups require one or more targets. Targets must have an email address, and can have other attributes as well (see below)

There are two options for adding targets to a group - manually and by importing from a CSV. To add a target manually, fill in an email address into the input field and click "Add" (or hit "Enter").

*Screenshot coming soon!*

Editing/Deleting Groups

After a group is created, you can edit or delete the group by hovering over the group name, and clicking the dropdown arrow that appears in the table row.

*Screenshot coming soon!*

Importing from CSV

Gophish also supports bulk importing users from a CSV file. The CSV file can contain the following fields (case insensitive):

Attribute Field Aliases
target.first_name First Name
target.last_name Last Name
target.email Email

Here is an example CSV file (for the Morning Catch test project):

First Name,Last Name,Email
Richard,Bourne,rbourne@morningcatch.ph
Growl,Farkins,gfarkins@morningcatch.ph
Boyd,Jenius,bjenius@morningcatch.ph
Haiti,Moreo,hmoreo@morningcatch.ph

More field support (including custom fields) coming soon! Need more fields right away? Submit an issue and we'll get right on it!

Using the API

*Coming soon!*