Target Structure
Each target contains:Target ID
Purpose: Unique identifier for tracking Format: 6-character alphanumeric string (e.g.,a7k2m9)
Generation: Automatically generated using:
Phished Status
Values:0: Target has not been sent an email yet1: Email has been sent to this target
- Initially set to
0when target is created - Automatically set to
1after email is successfully sent - Campaign only sends to targets where
phished = 0 - Can be manually reset to retry sending
Adding Targets
Via Web Interface
1
Access Campaign
From admin interface, click campaign name
2
Navigate to Edit Targets
Click “Edit Targets” or similar option
3
Add Individual Target
Fill in target form:
- Email address (required)
- First name
- Last name
- Position
- Custom field
4
Click Add Target
Target is added to campaign
Via API
Add target using the API:Via Database
Add targets directly to database:Bulk Importing Targets
CSV Format
Create a CSV file with target information:Import Script
Create a script to import CSV:SQL Import
Import directly via SQL:Viewing Targets
Via Web Interface
1
Access Campaign
Click campaign name from admin interface
2
View Targets List
Target list displays all added targets with:
- Email address
- Name
- Position
- Phished status
- Actions (view details, delete)
Via API
Retrieve campaign targets:Via Database
Query targets directly:Editing Targets
Update Phished Status
Reset phished status to resend emails: Via API:Update Target Information
Modify target details:Campaign Must Be Stopped: Do not edit targets while a campaign is actively sending. Stop the campaign first.
Deleting Targets
Via API
Remove individual target:Via Database
Delete targets directly:Target Personalization
String Substitutions
Phishmonger replaces placeholders in emails with target-specific values:Example Email with Substitutions
Template:Best Practices
Required Fields:- Always provide
first_nameif usingSuppliedFirstName - Emails look less legitimate with blank substitutions
- Phone numbers
- Employee IDs
- Department names
- Office locations
- Account numbers
- Manager names
Target List Management
Deduplication
Remove duplicate email addresses:Validation
Validate email addresses:Categorization
Organize targets by attributes:Target Statistics
Campaign Metrics
Target Details
View specific target and their events:Exporting Targets
Export to CSV
Export Email List Only
Export with Status
Target Privacy and Security
Sensitive Data
What to Store:- Email addresses (required)
- First/last names (for personalization)
- Job titles (for targeting)
- Passwords
- Social Security Numbers
- Sensitive personal information
- Financial data
- Use for campaign-specific tracking only
- Avoid storing data not needed for phishing
- Clear custom fields after campaign completion