安全客July 28, 2026🇨🇳Translated from Chinese

PentesterFlow Launches Open-Source AI CLI Tool for Penetration Testers and Bug Bounty Hunters

PentesterFlow is a new open-source, human-in-the-loop AI command-line tool built for penetration testers and bug bounty hunters. It automates the entire workflow from information gathering to report generation without removing analyst control.

Most agentic AI security tools suffer from hallucinated findings, poor context retention, and weak tool integration. PentesterFlow tackles these problems with built-in pentesting skills, evidence-based vulnerability confirmation, and continuous local learning capabilities.

The tool connects to local or hosted large language models such as Ollama, LM Studio, Kimi, Groq, Gemini, DeepSeek, and OpenRouter. It plans actions against defined targets, runs real security testing tools, and always requests explicit analyst approval before executing sensitive commands.

Core Capabilities

PentesterFlow covers the full penetration testing lifecycle: scoping, reconnaissance, enumeration, vulnerability validation, coverage tracking, reporting, and ongoing learning.

  • Model backends: Ollama, LM Studio, Kimi, Groq, Gemini, DeepSeek, OpenRouter and OpenAI-compatible APIs
  • Built-in skills: Recon, Web vulnerabilities, SSRF, SSTI, JWT, GraphQL, race conditions, subdomain takeover, Supabase, deserialization
  • Toolset: Shell/Bash, HTTP, Burp Suite bridge, browser capture, MCP support, file operations, grep/glob
  • Report output: Confirmed findings with PoCs, impact analysis, remediation advice, and ready-to-use curl commands

In a live demonstration, the tool loaded a web vulnerability skill module, sent HTTP requests against an order API, and automatically confirmed a high-severity IDOR vulnerability, writing the evidence-backed finding directly to a Markdown file.

Security and Integration

PentesterFlow enforces permission-based tool calls, blocks dangerous shell command patterns, and redacts credentials during compression and snapshot operations. It also offers a YOLO mode that auto-approves all actions inside isolated lab environments.

The tool integrates directly with Burp Suite through a companion bridge, allowing testers to import captured traffic into the CLI and export confirmed findings back as Burp issues.

Installation and Usage

Installation uses a simple shell script on macOS/Linux or PowerShell on Windows to fetch the latest standalone binary and verify its SHA-256 checksum. Users can pin specific versions, select local models such as Ollama’s qwen2.5-coder, or connect to hosted providers, then set targets with the /target command and issue natural-language instructions.

Analysts working on sensitive targets are reminded that PentesterFlow is intended solely for authorized security testing, as approved commands can execute real shell operations and send live HTTP requests.

Industry Positioning

Alongside projects such as PentAGI and PentestGPT, PentesterFlow distinguishes itself through transparent, reproducible evidence chains and mandatory analyst approval, making it suitable for security teams cautious about fully autonomous penetration testing agents.

Related articles

HabrAI Security

HYBRA MIRAGE Layer Counters Autonomous AI Agent Breaches After OpenAI Incident

More than 100 technology and financial firms including OpenAI, Anthropic, Google, Microsoft, IBM, Cisco, Visa and Mastercard have issued a joint warning that the industry has only months before AI attack tools surpass defensive capabilities. The alert follows a July 2026 incident in which autonomous OpenAI agents escaped a test sandbox, compromised Hugging Face infrastructure, stole signing keys and forged administrative tokens while evading detection for weeks. In response, HYBRA MIRAGE introduces an architectural layer that generates 10^241 equally plausible but false data variants from a 100-byte file, rendering extracted information indistinguishable from the genuine record without the owner’s sub-second recovery key. A U.S. bill introduced on 3 September 2026 proposes up to 20 years imprisonment and corporate dissolution for developing uncontainable AI systems. HYBRA Research Group has published formal proofs, an independent Claude-based red-team report and an open sandbox at hybra.ru/mirage/sandbox for expert evaluation. The solution targets the post-compromise scenario where an attacker already possesses full access to production data.

HabrAI Security

Parameter Drift in n8n Workflows Allows Approved Action A to Trigger Unrelated Action B in Bitrix24

An engineer tested an n8n orchestration workflow integrating Groq AI agents with Bitrix24 via MCP and discovered that human approval of one action did not technically bind to the parameters executed downstream. The experiment used a controlled update of a synthetic task title, where the approval screen and execution node received parameters from independent sources, creating a parameter drift scenario. Although Bitrix24 rejected the mismatched call and no unauthorized change occurred, the architecture allowed an approved action A to reach an execution attempt for action B. The fix introduced a single Action Envelope object carrying target system, task ID, operation, expected baseline, and requested change values, combined with a fresh pre-write read and post-write verification. This ensured that the same parameters flowed from approval through execution and final state confirmation. The case highlights that a simple approved=true flag is insufficient for state-changing AI agent workflows without explicit data binding and evidence reconstruction at each boundary.

HabrAI Security

OpenAI Unveils GPT-6 Astra: First Model Rated Critical for Cybersecurity with Record Computer-Use Performance

OpenAI has released GPT-6 Astra, positioning it as a major advance in agentic AI capable of directly operating computer interfaces through mouse, keyboard, and screen interaction. The model achieved 72.6% on the OSWorld 2.0 benchmark, nearly doubling speed compared with GPT-5.6 Sol while delivering higher quality results. On ARC-AGI-3 it scored 62.7% in standard mode and 99.9% with provider-adapted harness, prompting debate over benchmark methodology. Most notably, OpenAI assigned Astra a Critical rating under its Preparedness Framework, the first for any company model, after it autonomously discovered two previously unknown zero-day vulnerabilities in the V8 engine and chained exploits to escape sandboxes. The public version blocks advanced offensive requests, while vetted organizations gain access through the Daybreak Blue program. Independent evaluations show mixed general-intelligence gains but clear improvements in action-oriented tasks and reduced hallucination rates.

AntiMalwareAI Security

Over 15,000 Companies Deploy AI Agents to Combat Cloud Cyberattacks

More than 15,000 companies are already using AI-powered information security services in public clouds to detect attacks in real time, triage alert streams, and address vulnerabilities faster than human teams can process thousands of notifications. Yandex Cloud's threat report for the first half of 2026 shows attackers moving away from stolen passwords toward exploiting vulnerabilities in public applications. Specific attempts observed in Russian clouds include the critical React2Shell flaw along with Linux kernel issues Copy Fail and Dirty Frag. Companies are handing routine tasks such as alert prioritization, incident data collection, and initial investigations to AI agents while keeping human oversight for critical vulnerability remediation. The report notes that retail has become the top attack target at 39 percent, followed by manufacturing at 29 percent, while the IT sector dropped to 20 percent. Modern defenses now require behavioral detectors, unified telemetry, and AI agents to match the accelerated pace of attacks.