{"id":13684155,"url":"https://github.com/tenable/awesome-llm-cybersecurity-tools","last_synced_at":"2026-02-28T04:30:14.983Z","repository":{"id":152921564,"uuid":"624563938","full_name":"tenable/awesome-llm-cybersecurity-tools","owner":"tenable","description":"A curated list of large language model tools for cybersecurity research.","archived":false,"fork":false,"pushed_at":"2024-04-10T08:40:34.000Z","size":18,"stargazers_count":278,"open_issues_count":1,"forks_count":23,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-04-10T10:00:59.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tenable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-06T18:50:22.000Z","updated_at":"2024-04-15T15:34:42.735Z","dependencies_parsed_at":"2024-01-13T14:50:08.853Z","dependency_job_id":"60ac2f69-ace4-4c5d-8b36-986fa5872583","html_url":"https://github.com/tenable/awesome-llm-cybersecurity-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenable%2Fawesome-llm-cybersecurity-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenable%2Fawesome-llm-cybersecurity-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenable%2Fawesome-llm-cybersecurity-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenable%2Fawesome-llm-cybersecurity-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tenable","download_url":"https://codeload.github.com/tenable/awesome-llm-cybersecurity-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239870845,"owners_count":19710796,"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":[],"created_at":"2024-08-02T14:00:27.725Z","updated_at":"2026-02-28T04:30:14.928Z","avatar_url":"https://github.com/tenable.png","language":null,"funding_links":[],"categories":["Security tools and techniques"],"sub_categories":["Other"],"readme":"# Awesome Large Language Model Tools for Cybersecurity Research\n\n## Reverse Engineering\n\n\u003c!-- should we have a \"### Developed by Tenable\" subsection here? --\u003e\n\n- [G-3PO: A Protocol Droid for Ghidra](https://github.com/tenable/ghidra_tools/tree/main/g3po): An AI assistant developed by Olivia Lucca Fraser at Tenable for analysing and annotating decompiled code in Ghidra, which queries OpenAI and/or Anthropic's language models. See [this writeup on the Tenable tech blog](https://medium.com/tenable-techblog/g-3po-a-protocol-droid-for-ghidra-4b46fa72f1ff) for details.\n- [ai for Pwndbg](https://github.com/tenable/pwndbg/blob/dev/pwndbg/commands/ai.py): Your trusty AI debugging sidekick, developed by Olivia Lucca Fraser at Tenable as a Pwndbg command.\n- [ai for GEF](https://github.com/tenable/gef-extras): Same as above, but implemented as a GEF command. Developed by Olivia Lucca Fraser at Tenable.\n\n\u003c!-- Not by Tenable --\u003e\n\n- [Gepetto](https://github.com/JusticeRage/Gepetto): An IDA Pro plugin that queries GPT models for explanatory comments and meaningful variable names (like G-3PO for IDA Pro). Developed by Ivan Kwiatkowski.\n- [GPT-WPRE](https://github.com/moyix/gpt-wpre): Whole-program Reverse Engineering with GPT-3. This is a little toy prototype of a tool that attempts to summarize a whole binary using GPT-3 (specifically the text-davinci-003 model), based on decompiled code provided by Ghidra. Developed by Brendan Dolan-Gavitt.\n- [IATelligence](https://github.com/fr0gger/IATelligence): IATelligence is a Python script that extracts the Import Address Table (IAT) from a PE file and uses OpenAI's GPT-3 model to provide details about each Windows API imported by the file. The script also searches for related MITRE ATT\u0026CK techniques and explains how the API could potentially be used by attackers. Developed by Thomas Roccia.\n\n## Network Analysis\n\n- [Burp Extension for GPT](https://github.com/tenable/Burp-extension-for-GPT): A BurpSuite plugin, developed by Tenable, that uses GPT to analyse HTTP requests and responses. Developed by Yossi Nisani at Tenable.\n\n## Cloud Security\n\n- [EscalateGPT](https://github.com/Tenable/EscalateGPT): Uses GPT to discover privilege escalation vulnerabilities in misconfigured Identity Access and Management (IAM) policies for AWS. Developed by Yossi Nisani at Tenable.\n\n## Proofs of Concept\n\n### Hacking LLMs\n\n- [Indirect Prompt Injections](https://github.com/greshake/llm-security): Proof of concept code for indirect prompt injection attacks, by Kai Greshake.\n\n### LLM-Driven Malware\n\n- [LLMorphism](https://github.com/SPTHvx/SPTH/tree/master/viruses/files/LLMorphism): A self-replicating agent that uses GPT-3.5 as a metamorphic engine, by Second Part to Hell.\n- [Darwin-GPT](https://github.com/muellerberndt/darwin-gpt): A minimal self-replicating agent based on GPT-3.5/4, by Bernhard Mueller.\n\n\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenable%2Fawesome-llm-cybersecurity-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftenable%2Fawesome-llm-cybersecurity-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenable%2Fawesome-llm-cybersecurity-tools/lists"}