Skip to content

Commit 444fcdb

Browse files
committed
Update version to 6.2.1 in pyproject.toml and related files; integrate new timeout functions from netexec for improved command execution; enhance BloodHound CE container management with configuration change detection and automatic recreation; refine attack path execution logic to support new user and principal handling; and improve logging for Cypher queries in rich output.
1 parent 828166b commit 444fcdb

46 files changed

Lines changed: 6009 additions & 937 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile.runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
2828
&& rm -rf /var/lib/apt/lists/*
2929

3030
# Pin RustHound-CE version (must match ADscan expectations)
31-
RUN cargo install --locked --version 2.4.1 rusthound-ce
31+
RUN cargo install --locked --version 2.4.7 rusthound-ce
3232

3333
###############################################################################
3434
# Shared runtime base for both PRO and LITE images

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img width="740" height="198" alt="adscan_wordmark_horizontal_transparent_cropped" src="https://github.com/user-attachments/assets/4902f205-d9bc-453e-b2ac-8c7d7fa2f329" />
44

5-
[![Version](https://img.shields.io/badge/version-6.2.0--lite-blue.svg)](https://github.com/ADscanPro/adscan/releases)
5+
[![Version](https://img.shields.io/badge/version-6.2.1--lite-blue.svg)](https://github.com/ADscanPro/adscan/releases)
66
[![downloads](https://static.pepy.tech/badge/adscan)](https://pepy.tech/projects/adscan)
77
[![License: BSL 1.1](https://img.shields.io/badge/license-BSL%201.1-blue.svg)](https://github.com/ADscanPro/adscan/blob/main/LICENSE)
88
[![Platform](https://img.shields.io/badge/platform-Linux-lightgrey.svg)](https://github.com/ADscanPro/adscan)

0 commit comments

Comments
 (0)