Skip to content

Conversation

@AmirHShafieeF
Copy link

  • LogicMappingAgent prompt (strix/prompts/coordination/logic_mapping.jinja)
  • ClientSideReverseAgent prompt (strix/prompts/technologies/client_side_reverse.jinja)
  • AST Analysis Tool (strix/tools/js_analysis/js_analyzer.py)
  • Adaptive WAF Evasion Middleware (strix/tools/proxy/waf_evasion.py) integrated into send_request
  • Context-Aware Smart Fuzzer (strix/tools/fuzzing/context_fuzzer.py)
  • Critic/Proof workflow in System Prompt
  • Updated dependencies (beautifulsoup4, esprima)

- LogicMappingAgent prompt (`strix/prompts/coordination/logic_mapping.jinja`)
- ClientSideReverseAgent prompt (`strix/prompts/technologies/client_side_reverse.jinja`)
- AST Analysis Tool (`strix/tools/js_analysis/js_analyzer.py`)
- Adaptive WAF Evasion Middleware (`strix/tools/proxy/waf_evasion.py`) integrated into `send_request`
- Context-Aware Smart Fuzzer (`strix/tools/fuzzing/context_fuzzer.py`)
- Critic/Proof workflow in System Prompt
- Updated dependencies (beautifulsoup4, esprima)
- Replaced `requests` with `curl_cffi` in `proxy_manager.py` for TLS impersonation.
- Implemented active tools:
    - `fuzz_with_context` in `context_fuzzer.py` wraps `ffuf`.
    - `validate_secrets` in `js_analyzer.py` verifies found secrets.
    - `scan_package_json` in `supply_chain.py` checks for vulnerable deps.
- Added smart proxy rotation (mocked) and human mimicry (jitter) in `proxy_manager.py` and `browser_actions.py`.
- Added OOB payload injection capability in `waf_evasion.py`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant