Skip to content
/ bait Public

Generate realistic IT security alert voicemails using GPT-4 for scripting and ElevenLabs for AI voice synthesis. A Go-based tool for crafting professional-grade alerts with customizable details and natural-sounding audio.

Notifications You must be signed in to change notification settings

storbeck/bait

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bait

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.

Usage

bait.mov

Overview

This tool creates convincing IT security alert voicemails by:

  1. Generating fictional but legitimate-sounding IT department details
  2. Creating an urgent security alert script
  3. Converting the script to a natural-sounding voicemail using AI voice synthesis

Prerequisites

  • Go 1.x
  • OpenAI API key
  • ElevenLabs API key

Environment Variables

The following environment variables need to be set:

OPENAI_API_KEY=your_openai_api_key
ELEVENLABS_API_KEY=your_elevenlabs_api_key

Usage

  1. Set up your environment variables
  2. Run the program:
go run main.go
  1. 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

Output

The program generates a voicemail.mp3 file in the current directory.

Note

This tool uses:

  • OpenAI's GPT-4 for content generation
  • ElevenLabs' text-to-speech API (using the "Brian" voice)
  • Interactive prompts for content verification

Disclaimer

This tool should only be used for legitimate purposes and in accordance with all applicable laws and regulations.

About

Generate realistic IT security alert voicemails using GPT-4 for scripting and ElevenLabs for AI voice synthesis. A Go-based tool for crafting professional-grade alerts with customizable details and natural-sounding audio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages