Skip to content

Releases: fkie-cad/socbed

SOCBED v1.3.12

Choose a tag to compare

@ru37z ru37z released this 12 Mar 09:46
e5744b0

Fixes:

  • Pin Selenium version
  • Allow unauthenticated keys for NodeJS

SOCBED v1.3.11

Choose a tag to compare

@ru37z ru37z released this 05 Jun 13:08
c94071a

Fixes:

SOCBED v1.3.10

Choose a tag to compare

@ru37z ru37z released this 26 Feb 10:13
7a6825a

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

Choose a tag to compare

@ru37z ru37z released this 07 Feb 13:05
2b55da6

Fixes:

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

SOCBED v1.3.8

Choose a tag to compare

@ru37z ru37z released this 07 Jan 14:17
ba5b6e5

Fixes:

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

SOCBED v1.3.7

Choose a tag to compare

@ru37z ru37z released this 09 Dec 15:48
1e4fce2

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

Choose a tag to compare

@ru37z ru37z released this 25 Sep 12:46
a41f8ef

Fixes:

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

SOCBED v1.3.5

Choose a tag to compare

@ru37z ru37z released this 16 Sep 12:46
855f6bb

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

Choose a tag to compare

@ru37z ru37z released this 19 Apr 09:58
2cf7bac

Fixes:

  • Update binutils to prevent version conflicts on Attacker VM

SOCBED v1.3.3

Choose a tag to compare

@ru37z ru37z released this 05 Mar 11:39
6c52b49

Fixes:

  • Update deprecating versions for GitHub actions retry and checkout