GitDeployHub

specterops/nemesis

github.com/specterops/nemesis ↗
Python
13 environment variables found in 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:…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/specterops/nemesis
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/specterops/nemesis
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/specterops/nemesis
Or deploy to a different host
← Try another repo