{"id":26896882,"url":"https://github.com/berylliumsec/nebula","last_synced_at":"2026-01-28T06:31:01.584Z","repository":{"id":197965144,"uuid":"698663431","full_name":"berylliumsec/nebula","owner":"berylliumsec","description":"AI-powered penetration testing assistant for automating recon, note-taking, and vulnerability analysis.","archived":false,"fork":false,"pushed_at":"2025-03-10T20:49:02.000Z","size":38021,"stargazers_count":518,"open_issues_count":0,"forks_count":55,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-03-10T21:25:17.746Z","etag":null,"topics":["ai","ai-powered-ethical-hacking-tool","ai-powered-penetration-testing-tool","cybersecurity","cybersecurity-tools","ethical-hacking","ethical-hacking-tool","llm","penetration-testing-framework","penetration-testing-tool","python","security-automation","vulnerability-assesment-tools","vulnerability-assessment","vulnerability-scanners"],"latest_commit_sha":null,"homepage":"https://www.berylliumsec.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berylliumsec.png","metadata":{"files":{"readme":"README.md","changelog":"history.txt","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-30T15:33:36.000Z","updated_at":"2025-03-10T20:47:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5c8f331-59a6-46ad-b3a8-aac61b3f863d","html_url":"https://github.com/berylliumsec/nebula","commit_stats":null,"previous_names":["berylliumsec/nebula"],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berylliumsec%2Fnebula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berylliumsec%2Fnebula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berylliumsec%2Fnebula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berylliumsec%2Fnebula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berylliumsec","download_url":"https://codeload.github.com/berylliumsec/nebula/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246580468,"owners_count":20800111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-powered-ethical-hacking-tool","ai-powered-penetration-testing-tool","cybersecurity","cybersecurity-tools","ethical-hacking","ethical-hacking-tool","llm","penetration-testing-framework","penetration-testing-tool","python","security-automation","vulnerability-assesment-tools","vulnerability-assessment","vulnerability-scanners"],"created_at":"2025-04-01T04:02:21.466Z","updated_at":"2026-01-28T06:31:01.579Z","avatar_url":"https://github.com/berylliumsec.png","language":"Python","readme":"# Nebula – AI-Powered Penetration Testing Assistant\n\nNebula is an advanced, AI-powered penetration testing open-source tool that revolutionizes penetration testing by integrating state-of-the-art AI models into your command-line interface. Designed for cybersecurity professionals, ethical hackers, and developers, Nebula automates vulnerability assessments and enhances security workflows with real-time insights and automated note-taking.\n\n\n![Nebula AI-Powered Penetration Testing CLI Interface](/images/Nebula.png)\n\n## Acknowledgement\n\n**First i would like to thank the All-Mighty God who is the source of all knowledge, without Him, this would not be possible.**\n\n## News\n\nIntroducing the Deep Application Profiler (DAP). DAP uses neural networks to analyze an executable's internal structure and intent, rather than relying on traditional virus signatures. This approach enables it to detect new, zero-day malware that conventional methods often miss. DAP also provides detailed breakdowns for rapid analyst review and is available as both a web service and an API. [Learn More Here](https://www.berylliumsec.com/dap-overview)\n\n\nIntroducing Nebula Pro, Nebula Pro improves on Nebula 2.0 by adding additional features such as autonomous mode, code analysis and more. [Learn More Here](https://www.berylliumsec.com/nebula-pro-overview)\n\n## Nebula: AI-Powered Penetration Testing Platform\n\nNebula is a cutting-edge, AI-powered penetration testing tool designed for cybersecurity professionals and ethical hackers. It integrates advanced open-source AI models such as OpenAI's models (any model that is available via API) Meta's Llama-3.1-8B-Instruct, Mistralai's Mistral-7B-Instruct-v0.2, and DeepSeek-R1-Distill-Llama-8B—directly into the command line interface (CLI). By leveraging these state-of-the-art models, Nebula not only enhances vulnerability assessments and penetration testing workflows but also supports any tool that can be invoked from the CLI.\n\n\n## Installation\n\n**System Requirements:**\n\nFor CPU-Based Inference(Ollama)(Note that Ollama Supports GPU too):\n- At least 16GB of RAM \n- Python 3.11 – 3.13.9\n- [Ollama](https://ollama.com/)\n\n**Installation Command:**\n```bash\npython -m pip install nebula-ai --upgrade\n```\n\n\n## Running Nebula\n\n**Important:** \n\n\n**Ollama Local Model Based Usage**\n\n[Install Ollama](https://ollama.com/download/mac) and download your preferred models for example\n\n```bash\n ollama pull mistral\n```\nThen enter the model's exact name as it appears in Ollama in the engagement settings.\n\n**OpenAI Models Usage**\n\nTo use OpenAI models, add your API keys to your env like so\n\n```bash\nexport OPENAI_API_KEY=\"sk-blah-blaj\"\n```\n\nThen enter the OpenAI model's exact name in the engagement settings.\n\n\nRun nebula\n\n```\nnebula\n```\n\n**Using docker**\n\nFirst allow local connections to your X server:\n\n```bash\nxhost +local:docker\n```\n\n```bash\ndocker run --rm -it   -e DISPLAY=$DISPLAY   -v /home/YOUR_HOST_NAME/.local/share/nebula/logs:/root/.local/share/nebula/logs -v YOUR_ENGAGEMENT_FOLDER_ON_HOST_MACHINE:/engagements -v /tmp/.X11-unix:/tmp/.X11-unix   berylliumsec/nebula:latest\n```\n### Interacting with the models. \n\nTo interact with the models, begin your input with a `!` or use the AI/Terminal button to switch between modes. For example: `! write a python script to scan the ports of a remote system` the \"!\" is not needed if you use the context button\n\n## Key Features\n\n- **AI-Powered Internet Search via agents:**  \n  Enhance responses by integrating real-time, internet-sourced context to keep you updated on cybersecurity trends. \"whats in the news on cybersecurity today\"\n  \n- **AI-Assisted Note-Taking:**  \n  Automatically record and categorize security findings.\n\n- **Real-Time AI-Driven Insights:**  \n  Get immediate suggestions for discovering and exploiting vulnerabilities based on terminal tool outputs.\n\n- **Enhanced Tool Integration:**  \n  Seamlessly import data from external tools for AI-powered note-taking and advice.\n\n- **Integrated Screenshot \u0026 Editing:**  \n  Capture and annotate images directly within Nebula for streamlined documentation.\n\n- **Manual Note-Taking \u0026 Automatic Command Logging:**  \n  Maintain a detailed log of your actions and findings with both automated and manual note-taking features.\n  \n- **Status feed:**  \n  This panel displays your most recent penetration testing activities, it refreshes every five minutes\n\n\n## Getting Started\n\nFor a comprehensive video guide visit [here](https://www.berylliumsec.com/nebula-pro-feature-guide) and [here](https://www.youtube.com/playlist?list=PLySxaLbLL0gpAaDQYq6g6sb1q6KwqOAr4). Please note that some features are only applicable to Nebula Pro.You can also access the help screen within Nebula or refer to the [Manual.md](/MANUAL.md) document\n\n### Roadmap\n\n- Create custom models that are more useful for penetration testing\n\n### Troubleshooting\n\nLogs are located at `/home/[your_username]/.local/share/nebula/logs`. You would most likely find the reason for the error in one of those logs\n\n## Get More Support\n\n- Have questions or need help? [Open an Issue](https://github.com/berylliumsec/nebula/issues) on GitHub.\n- For comprehensive guides, check out our [Video Guide](https://www.berylliumsec.com/nebula-pro-feature-guide) and [User Manual](/MANUAL.md).\n","funding_links":[],"categories":["[↑](#table-of-contents)Tools \u003ca name=\"tools\"\u003e\u003c/a\u003e","Python"],"sub_categories":["Red-Teaming Harnesses \u0026 Automated Security Testing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberylliumsec%2Fnebula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberylliumsec%2Fnebula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberylliumsec%2Fnebula/lists"}