Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 556 Bytes

File metadata and controls

26 lines (17 loc) · 556 Bytes

ChainBreaker

This repository contains research artifacts related to our submission to ICSE 2026. We are actively refining the code for public release and will share the full version soon.

Setup

pip install -r requirements.txt
# Edit settings.json to add your API keys

Usage

python main.py --target 192.168.1.100 --objective "test security"

Components

  • Supervisor: Task orchestration
  • Recon: Information gathering
  • Scan: Vulnerability detection
  • Exploit: Vulnerability exploitation
  • Move: Lateral movement