Skip to content

SOCBED v1.2.0

Compare
Choose a tag to compare
@ru37z ru37z released this 22 Sep 12:43
· 72 commits to main since this release
b0cf905

Features:

  • Add user emulation code to repo (was encapsulated in a hardly editable PEX file before)
  • Add support for keyboard interrupt (Ctrl-C) in attackconsole while attacks are running
  • Show executed commands in attackconsole
  • Change execute_malware attack to run exe as current user instead of SYSTEM

Fixes:

  • Update deprecated Kali image URL and switch to version 2021.4a (from 2021.4)
  • Fix race condition in attacks system test (sometimes resulted in failed tests)
  • Fix kill_reverse_connection attack to only kill actual meterpreter binaries (not the browser)
  • Increase system test timeouts

Misc:

  • Add Python version to requirements
  • Add longtest tox marker to unit tests that take >10 seconds to complete
  • Improve some code formatting and add license where missing