A Go-based tool that generates realistic IT security alert voicemails using OpenAI's GPT-4 for content generation and ElevenLabs for text-to-speech conversion.
bait.mov
This tool creates convincing IT security alert voicemails by:
- Generating fictional but legitimate-sounding IT department details
- Creating an urgent security alert script
- Converting the script to a natural-sounding voicemail using AI voice synthesis
- Go 1.x
- OpenAI API key
- ElevenLabs API key
The following environment variables need to be set:
OPENAI_API_KEY=your_openai_api_key
ELEVENLABS_API_KEY=your_elevenlabs_api_key
- Set up your environment variables
- Run the program:
go run main.go
- The program will:
- Generate company IT department details
- Create a security alert script
- Allow you to review and regenerate content if needed
- Generate an MP3 voicemail file
The program generates a voicemail.mp3
file in the current directory.
This tool uses:
- OpenAI's GPT-4 for content generation
- ElevenLabs' text-to-speech API (using the "Brian" voice)
- Interactive prompts for content verification
This tool should only be used for legitimate purposes and in accordance with all applicable laws and regulations.