Skip to content

Releases: fkie-cad/socbed

SOCBED v1.3.10

26 Feb 10:13
7a6825a
Compare
Choose a tag to compare

Fixes:

  • Unpin all package versions installed on the Attacker during the provisioning step.

Note: While we generally aim to pin OS and package versions in SOCBED for better reproducibility, we dismiss this practice for packages on the Attacker since Kali is a rolling release distribution and removes older packages from their default repo after a while, leading to failing SOCBED builds. If reproducibility is of higher importance to you than being able to access up-to-date Kali packages, you might replace its default repo with a point release repo (see https://old.kali.org/).

SOCBED v1.3.9

07 Feb 13:05
2b55da6
Compare
Choose a tag to compare

Fixes:

  • Fix missing firewall rule to allow auditbeat logs to reach the log server through the company router

SOCBED v1.3.8

07 Jan 14:17
ba5b6e5
Compare
Choose a tag to compare

Fixes:

  • Change download source for python3-aiosmtpd to Kali archive for longer availability

SOCBED v1.3.7

09 Dec 15:48
1e4fce2
Compare
Choose a tag to compare

Fixes:

  • Fix DNS configuration on the Internet Router, which occasionally caused internet outages for the entire network
  • Fix DNS configuration and expired certificates on the Attacker
  • Fix missing requirements on the Attacker preventing the external mail handler from running
  • Replace deprecated ssl.wrap_socket() calls in the vmconsole with their modern counterparts
  • Assign a unique VRDP port to each client clone upon session creation to enable access via VRDP

SOCBED v1.3.6

25 Sep 12:46
a41f8ef
Compare
Choose a tag to compare

Fixes:

  • Fix filename of file created by screenshot attack not being displayed correctly in the attackconsole

SOCBED v1.3.5

16 Sep 12:46
855f6bb
Compare
Choose a tag to compare

Fixes:

  • Fix incomplete setup of environment in GitHub workflow
  • Fix bug in sqlmap_attack test, which could fail due to incorrect terminal size on monitors >27"

Misc:

  • Change minimum Python version to 3.9 and support up to 3.12 at least
  • Update several package versions
  • Replace deprecated package smtpd with aiosmptd

SOCBED v1.3.4

19 Apr 09:58
2cf7bac
Compare
Choose a tag to compare

Fixes:

  • Update binutils to prevent version conflicts on Attacker VM

SOCBED v1.3.3

05 Mar 11:39
6c52b49
Compare
Choose a tag to compare

Fixes:

  • Update deprecating versions for GitHub actions retry and checkout

SOCBED v1.3.2

14 Aug 14:51
80f9811
Compare
Choose a tag to compare

Fixes:

  • Update Ansible script URL due to change in Ansible repositories
  • Increase timeout for Ansible task spark

Misc:

  • Use newer Windows 10 version by default (22H2)
  • Add tox to CI requirements in docs

SOCBED v1.3.1

31 Jan 10:50
8e8481a
Compare
Choose a tag to compare

Fixes:

  • Download Kali public key during setup
  • Explicitly set time zone to CET on the Client to fix NTP time sync
  • Include nmap attacks in system tests