SOCBED v1.2.0
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