Navigate to Settings > Sending Profiles . Enter your SMTP credentials (use a transactional email service like SendGrid, AWS SES, or a dedicated internal relay). Do not use a free Gmail account – you will be rate-limited.
Interested in deploying for your next red team exercise or internal training? Follow this guide. Note that SPT is designed for Linux environments (Ubuntu 20.04/22.04 recommended).
Solution: v0.6.0 introduces a "Force Stop" button in the campaign list view. If that fails, use the MySQL CLI: UPDATE campaigns SET status = 'aborted' WHERE id = X;
The source code for spt is typically hosted on open-source repositories like GitHub or SourceForge. To download the latest version, open your terminal and run the following commands: