{"id":23123643,"url":"https://github.com/sh4dowbyte/delta","last_synced_at":"2025-04-04T04:24:49.216Z","repository":{"id":257246958,"uuid":"857632233","full_name":"sh4dowByte/delta","owner":"sh4dowByte","description":"Delta is an Exploit Discovery Tool designed to search for vulnerabilities based on CVE (Common Vulnerabilities and Exposures) or CWE (Common Weakness Enumeration)","archived":false,"fork":false,"pushed_at":"2025-01-07T01:01:54.000Z","size":331,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T15:44:30.529Z","etag":null,"topics":["cve","cwe","cybersecurity","vulnerabilities-reported"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sh4dowByte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-09-15T07:16:00.000Z","updated_at":"2025-01-07T01:01:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"28a9cb91-c021-49a7-b70f-45c82dbb73f9","html_url":"https://github.com/sh4dowByte/delta","commit_stats":null,"previous_names":["sh4dowbyte/delta"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh4dowByte%2Fdelta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh4dowByte%2Fdelta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh4dowByte%2Fdelta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh4dowByte%2Fdelta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sh4dowByte","download_url":"https://codeload.github.com/sh4dowByte/delta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247119763,"owners_count":20886795,"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":["cve","cwe","cybersecurity","vulnerabilities-reported"],"created_at":"2024-12-17T07:35:25.109Z","updated_at":"2025-04-04T04:24:49.200Z","avatar_url":"https://github.com/sh4dowByte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"icon.png\" alt=\"app\" width=\"300\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://badgen.net/badge/Python/≥3.12.2/yellow?icon=pypi\" alt=\"Python Badge\" style=\"max-width: 100%;\"\u003e\n    \u003cimg src=\"https://badgen.net/badge/Learning/Purposes/purple?icon=terminal\" alt=\"Learning Badge\" style=\"max-width: 100%;\"\u003e\n    \u003cimg src=\"https://badgen.net/badge/Under/Development/blue?icon=github\" alt=\"Development Badge\" style=\"max-width: 100%;\"\u003e\n\u003c/p\u003e\n\n## 📜 Description\n\n**Delta** is an **Exploit Discovery Tool** designed to search for vulnerabilities based on CVE (Common Vulnerabilities and Exposures) or CWE (Common Weakness Enumeration). Delta is intended for use in security assessments and vulnerability discovery.\n\n### Key Features:\n\n- **CVE/CWE Search**: Allows users to perform searches for vulnerabilities based on CVE identifiers or CWE types.\n- **Broad Vulnerability Search**: Allows users to search for vulnerabilities across a wide range of software, technologies, and systems beyond CVE and CWE, including server technologies (e.g., Apache, Nginx), desktop applications, network devices, and more.\n- **Software and Technology Search**: Enables users to perform searches based on specific software, technologies, or systems, such as databases, content management systems (CMS), development frameworks, and more.\n- **Customizable Queries**: Enables users to specify search terms and parameters for tailored vulnerability discovery.\n- **Detailed Results**: Provides comprehensive details about discovered vulnerabilities, including descriptions and associated data.\n- **User-Friendly CLI**: Provides a command-line interface that formats query results in a clear and easily readable manner, improving the readability and accessibility of vulnerability information.\n\n### Learning Objectives:\n\n- **Understanding Vulnerability Discovery**: Learn about the role of CVE and CWE in identifying and understanding software vulnerabilities.\n- **Python Programming**: Enhance skills in Python programming, particularly in making API requests and handling JSON data.\n- **Application Development**: Understand techniques for developing CLI tools, with a focus on querying and reporting vulnerabilities.\n\n**Note**: Delta is designed for educational and testing purposes. Ensure to use this application in a responsible and legal manner, following relevant cybersecurity guidelines and ethics.\n\n## ⚙️ Installation\n\n### Using pipx (Recommended)\n`pipx` is a tool to install and run Python applications in isolated environments. Follow these steps to install Beta:\n\n1. Install pipx:\n   ```bash\n   sudo apt install pipx\n   pipx ensurepath\n   ```\n\n2. Clone the Delta repository:\n   ```bash\n   git clone https://github.com/sh4dowByte/delta.git\n   cd delta\n   ```\n\n3. Install Delta using pipx:\n   ```bash\n   pipx install .\n   ```\n\n### Alternative Setup - Using Alias\nIf you prefer not to use `pipx`, you can set up an alias to run `delta.py` directly from your terminal.\n\n1. Clone the Delta repository:\n   ```bash\n   git clone https://github.com/sh4dowByte/delta.git\n   cd delta\n   ```\n\n2. Install the required dependencies from `requirements.txt`:\n   ```bash\n   python3 -m pip install -r requirements.txt\n   ```\n\n3. Open your terminal and add the following alias to your shell configuration file (e.g., `~/.bashrc` or `~/.zshrc`):\n   ```bash\n   alias delta='python3 ~/Pentest/delta/delta.py'\n   ```\n\n4. After adding the alias, run `source ~/.bashrc` (or `source ~/.zshrc` for zsh) to reload your shell configuration.\n\nNow, you can run `delta` directly from your terminal!\n\n## 🛠️ Reference Tools\n\n- **[SploitScan](https://github.com/xaitax/SploitScan/)** - A powerful vulnerability and exploit discovery tool focusing on scanning and finding vulnerabilities efficiently.\n\n## 📚 Reference Data\n\n- **[Nuclei](https://nuclei.projectdiscovery.io)** - A fast and customizable vulnerability scanner based on templates.\n- **[ExploitDB](https://www.exploit-db.com)** - A database of exploits and vulnerable software for security researchers and penetration testers.\n- **[PoC-in-GitHub](https://github.com/nomi-sec/PoC-in-GitHub)** - A repository that contains proof-of-concept exploits and vulnerabilities.\n- **[HackerOne](https://hackerone.com)** - A platform for bug bounty programs and vulnerability reporting.\n- **[CISA](https://www.cisa.gov)** - U.S. Cybersecurity and Infrastructure Security Agency, providing cybersecurity alerts and tools.\n- **[CVE List](https://github.com/CVEProject/cvelistV5)** - GitHub repository of CVEs (Common Vulnerabilities and Exposures) maintained by the CVE Program.\n- **[API First](https://api.first.org)** - API providing real-time threat intelligence, security data, and vulnerability information.\n- **[Metasploit](https://www.metasploit.com)** - A powerful open-source penetration testing framework for developing and executing exploit code against remote targets.\n\n\n## Demo App\n\n\u003cimg src=\"https://raw.githubusercontent.com/sh4dowByte/media/main/delta/Delta.gif\"  style=\"max-width: 80%;\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4dowbyte%2Fdelta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh4dowbyte%2Fdelta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4dowbyte%2Fdelta/lists"}