You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running fkie-cad/socbed/src/attacks/attack_take_screenshot.py, a bug will occur because of missing format string in following lines:
def_collect_files(self):
file=self.screenshot_file# !!!!!! we should use f"screenshot -p {file}" rather than "screenshot -p {file}"self.ssh_client.write_lines(self.handler.stdin, ["screenshot -p {file}",
"background"])
To Reproduce
use attackconsole, run c2_take_screenshot after running infect_email_exe
Expected behavior
Current behavior
A screenshot should be store in /root/screenshot.jpeg rather then saved in /root/{file}
The text was updated successfully, but these errors were encountered:
Describe the bug
When running fkie-cad/socbed/src/attacks/attack_take_screenshot.py, a bug will occur because of missing format string in following lines:
To Reproduce
use attackconsole, run c2_take_screenshot after running infect_email_exe
Expected behavior
Current behavior
A screenshot should be store in /root/screenshot.jpeg rather then saved in /root/{file}
The text was updated successfully, but these errors were encountered: