env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
S3_ACCESS_KEY
secret
S3_SECRET_KEY
secret
RABBITMQ_PASSWORD
secret
RABBITMQ_USER
POSTGRES_PASSWORD
secret
POSTGRES_USER
POSTGRES_HOST
POSTGRES_PORT
POSTGRES_DB
POSTGRES_PARAMETERS
NEMESIS_URL
NEMESIS_URL is used when building hyperlinks for findings and Apprise alerts. If you change the port Nemesis listens on using NEMESIS_PORT…
CHATBOT_DB_PASSWORD
secret
(Optional) Chatbot database configuration. Password for the read-only database user used by the chatbot. Example:…
MCP_MAX_RESULTS
(Optional) Maximum number of results returned by chatbot tools Helps prevent expensive queries and context window issues. Example:…
brew install flyctl && fly launch --from https://github.com/specterops/nemesis
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/specterops/nemesis
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/specterops/nemesis