Skip to content

Commit

Permalink
Merge pull request #78 from fkie-cad/dev
Browse files Browse the repository at this point in the history
Upgrade binutils to prevent version conflicts
  • Loading branch information
ru37z authored Apr 17, 2024
2 parents 6c52b49 + 8255c6f commit 2cf7bac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions provisioning/ansible/attacker_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- virtualhost
- spearphishing
- generate_malware
- upgrade_binutils
- ssh_config
- dosfstools
- grc
7 changes: 7 additions & 0 deletions provisioning/ansible/upgrade_binutils/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

# To avoid any dependency problems later on (which for some reason cannot be resolved automatically), upgrade binutils
- name: Upgrade binutils
apt:
name: binutils
state: latest

0 comments on commit 2cf7bac

Please sign in to comment.