Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
chainreactors
/
zombie
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
376
Code
Issues
25
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: zombie 2.0 — Session/Action architecture + service template protocol
- #70
#70
Open
M09Ic
wants to merge 24 commits into
zombie_v1
chainreactors/zombie:zombie_v1
from
zombie2.0
chainreactors/zombie:zombie2.0
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
feat: zombie 2.0 — Session/Action architecture + service template protocol
#70
M09Ic
wants to merge 24 commits into
zombie_v1
chainreactors/zombie:zombie_v1
from
zombie2.0
chainreactors/zombie:zombie2.0
Copy head branch name to clipboard
Commits
Commits on Jun 16, 2026
feat: Session/Action architecture + proton post-auth scanning
Show description for 883c246
M09Ic
and
claude
committed
883c246
View commit details
Copy full SHA for 883c246
Browse repository at this point
fix: add nil session guard and nil Err guard to prevent panics
Show description for f073ed0
M09Ic
and
claude
committed
f073ed0
View commit details
Copy full SHA for f073ed0
Browse repository at this point
feat: improve stability and UX — graceful shutdown, error stats, debug logging
Show description for 37e3245
M09Ic
and
claude
committed
37e3245
View commit details
Copy full SHA for 37e3245
Browse repository at this point
feat: add ResourceLoader for controllable resource loading
Show description for a553285
M09Ic
and
claude
committed
a553285
View commit details
Copy full SHA for a553285
Browse repository at this point
Commits on Jun 24, 2026
fix: data race between Output send and OutputCh close
Show description for 42eb5ff
M09Ic
and
claude
committed
42eb5ff
View commit details
Copy full SHA for 42eb5ff
Browse repository at this point
feat: add service protocol for YAML-driven post-exploitation templates
Show description for 5c29574
M09Ic
and
claude
committed
5c29574
View commit details
Copy full SHA for 5c29574
Browse repository at this point
feat: add ExecuteWithOptions, payload CLI override, chain mechanism, §marker§ support
Show description for 3a94fac
M09Ic
and
claude
committed
3a94fac
View commit details
Copy full SHA for 3a94fac
Browse repository at this point
refactor(action): use neutron ChainExecutor for service chain walking
Show description for 5597dbe
M09Ic
and
claude
committed
5597dbe
View commit details
Copy full SHA for 5597dbe
Browse repository at this point
chore: bump neutron to 6264ae4 (ChainExecutor)
Show description for cdaeedd
M09Ic
and
claude
committed
cdaeedd
View commit details
Copy full SHA for cdaeedd
Browse repository at this point
Commits on Jun 26, 2026
feat: service template enhancements — neutron HTTP/Network, risk/tags filter, FileSession.Write, gather embedding
Show description for 1745865
M09Ic
and
claude
committed
1745865
View commit details
Copy full SHA for 1745865
Browse repository at this point
refactor: remove hardcoded info gathering from PostAction, delegate to service templates
Show description for 9135122
M09Ic
and
claude
committed
9135122
View commit details
Copy full SHA for 9135122
Browse repository at this point
refactor: invert plugin registry — each plugin self-registers via init()
Show description for b27badb
M09Ic
and
claude
committed
b27badb
View commit details
Copy full SHA for b27badb
Browse repository at this point
refactor: simplify session layer — atomic DSL execution interfaces
Show description for e9388a9
M09Ic
and
claude
committed
e9388a9
View commit details
Copy full SHA for e9388a9
Browse repository at this point
refactor: MongoDB session from KVSession to SQLSession
Show description for e99fc73
M09Ic
and
claude
committed
e99fc73
View commit details
Copy full SHA for e99fc73
Browse repository at this point
feat: loot extraction pipeline + CI for zombie 2.0
Show description for 1ef0559
M09Ic
and
claude
committed
1ef0559
View commit details
Copy full SHA for 1ef0559
Browse repository at this point
chore: update templates submodule (loot rules)
Show description for d72b8b2
M09Ic
and
claude
committed
d72b8b2
View commit details
Copy full SHA for d72b8b2
Browse repository at this point
refactor: move loot templates to zombie/loot/, fix load path
Show description for 4185491
M09Ic
and
claude
committed
4185491
View commit details
Copy full SHA for 4185491
Browse repository at this point
refactor: rename Services to RequestsService for semantic alignment
Show description for 87e26c6
M09Ic
and
claude
committed
87e26c6
View commit details
Copy full SHA for 87e26c6
Browse repository at this point
Commits on Jun 29, 2026
chore: remove local replaces, bump parsers/neutron/fingers
Show description for 5081645
M09Ic
and
claude
committed
5081645
View commit details
Copy full SHA for 5081645
Browse repository at this point
refactor: migrate imports to utils/parsers, fix DynamicValues type
Show description for 733fdec
M09Ic
and
claude
committed
733fdec
View commit details
Copy full SHA for 733fdec
Browse repository at this point
fix: eliminate OutFunc, unify service validation, self-hold PortPreset (#73)
Show description for 7c3ae61
M09Ic
authored
7c3ae61
View commit details
Copy full SHA for 7c3ae61
Browse repository at this point
Commits on Aug 9, 2026
refactor: finalize zombie 2.0 execution pipeline
M09Ic
committed
fbd4974
View commit details
Copy full SHA for fbd4974
Browse repository at this point
fix: include zombie audit template
M09Ic
committed
fc4e6fc
View commit details
Copy full SHA for fc4e6fc
Browse repository at this point
chore: ignore generated release artifacts
M09Ic
committed
ecb2b08
View commit details
Copy full SHA for ecb2b08
Browse repository at this point
You can’t perform that action at this time.