Create ai_agentic_tools_for_cybersecurity.md

fixes #265
This commit is contained in:
Omar Santos 2025-02-11 05:19:08 +01:00 committed by GitHub
parent f357283145
commit 5cb98c6be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,14 @@
# AI Agentic Tools for Cybersecurity
See my blog post [AI Agentic Cybersecurity Tools: Reaper, TARS, Fabric Agent Action, and Floki](https://becomingahacker.org/agentic-cybersecurity-tools-122374ce942b) for more details.
## Tools
| **Tool** | **Short Description** |
|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [**Reaper**](https://github.com/ghostsecurity/reaper) | An AI-augmented web application security testing tool that combines recon, fuzzing, and vulnerability validation in a unified testing framework. |
| [**TARS**](https://github.com/osgil-defense/TARS) | An AI-powered penetration testing automation platform that orchestrates multiple pentest tools through an LLM-based decision-making agent. |
| [**Fabric Agent Action**](https://github.com/xvnpw/fabric-agent-action) | A GitHub Action that integrates the Fabric framework to automate CI/CD workflows using AI-driven patterns for tasks like issue summarization and PR reviews. |
| [**Floki**](https://github.com/Cyb3rWard0g/floki) | A framework for building and orchestrating LLM-powered autonomous agents, leveraging Dapr to enable robust multi-agent collaboration for cybersecurity tasks. |