惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
博客园 - 三生石上(FineUI控件)
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
罗磊的独立博客
博客园_首页
量子位
雷峰网
雷峰网
GbyAI
GbyAI
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
D
DataBreaches.Net
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Cloudflare Blog
IT之家
IT之家
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! Hackers Use Rokarolla Android Malware to Disable Google Play Protect and Control Devices UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data
BugHunter - Bug Bounty Toolkit Powered by Claude and Free...
Guru Baran · 2026-06-13 · via Cyber Security News

A new open-source bug bounty hunting toolkit called BugHunter, built on top of Anthropic’s Claude Code and now extended to support free AI providers like Ollama and Groq, is gaining traction in the security research community for automating the full vulnerability discovery and reporting pipeline.

Developed by security researcher Shuvon Md Shariar Shanaz and hosted at GitHub, BugHunter covers every phase of a bug bounty operation: subdomain enumeration, live host discovery, vulnerability testing across 20+ Web2 and 10 Web3 bug classes, finding validation via a 7-Question Gate, and submission-ready report generation for HackerOne, Bugcrowd, Intigriti, and Immunefi, all from a single terminal command.

Previously limited to users with a Claude Code or Claude Pro subscription, BugHunter now ships as a fully standalone CLI tool the bughunter command powered by free and low-cost AI providers. The update significantly lowers the barrier to entry for independent researchers. Free provider support includes:

  • Ollama – fully offline, runs locally on the researcher’s machine at zero cost
  • Groq – free cloud tier with very fast inference speeds
  • DeepSeek – cloud-based at approximately $0.001 per 1,000 tokens
  • Claude API / OpenAI – paid, for users who prefer Anthropic or OpenAI models

BugHunter auto-detects providers in priority order (Ollama → Groq → DeepSeek → Claude → OpenAI), defaulting to the most cost-efficient available option. Researchers can switch providers at any time via bughunter setup.

Once installed, the toolkit exposes a structured CLI that mirrors a professional bug bounty workflow:

textbughunter recon target.com      # Attack surface mapping
bughunter hunt  target.com      # Multi-class vulnerability testing
bughunter validate "finding"    # 7-Question Gate validation
bughunter report                # Generates platform-specific submission
bughunter chat                  # Interactive AI hunting shell

The 7-Question Gate executed during the validate command is designed to eliminate weak or duplicate findings before a researcher wastes time on a submission. Internally, the toolkit orchestrates approximately 35 scanning tools including subfinder, httpx, nuclei, katana, ffuf, and dalfox, with missing tools skipped gracefully rather than causing hard errors.

One technically notable capability is cross-session memory persistence. BugHunter logs findings and discovered patterns to a JSONL-based memory store, allowing vulnerability patterns identified on one target to surface as context when testing a new one.

Session state is preserved across restarts, so researchers can resume interrupted hunts prioritizing untested endpoints via bughunter pickup target.com.

Beyond traditional web application testing, BugHunter includes a dedicated smart contract audit mode covering 10 vulnerability classes, including reentrancy, flash loan attacks, oracle manipulation, and proxy/upgrade flaws.

A token auditor module also scans for rug pull indicators, mint authority, LP lock status, honeypot detection, and bonding curve anomalies — relevant to Immunefi-style Web3 programs.

Nine specialized AI agents handle individual tasks within the pipeline: a recon agent, report writer, validator, Web3 auditor, chain builder, autopilot, recon ranker, token auditor, and credential hunter with built-in legal guardrails that hard-stop before any credential spraying activity.

The toolkit installs as a Claude Code plugin, a standalone CLI, or into alternative agent harnesses including OpenCode, Pi Agent, and Codex, making it one of the more versatile open-source offerings in AI-assisted bug bounty automation currently available on GitHub.

Follow us on Google NewsLinkedIn, and X to Get More Instant Updates.

Guru Baran

Guru Baranhttps://cybersecuritynews.com

Gurubaran KS is a cybersecurity analyst, and Journalist with a strong focus on emerging threats and digital defense strategies. He is the Co-Founder and Editor-in-Chief of Cyber Security News, where he leads editorial coverage on global cybersecurity developments.