guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.62k stars 772 forks source link

Remove traceroute binaries #1397

Closed mssalvatore closed 3 years ago

mssalvatore commented 3 years ago

Infection Monkey no longer uses custom-built traceroute binaries, but certain items (deployment scripts, monkey.spec, etc.) have a dependency on them.

Tasks

ilija-lazoroski commented 3 years ago

List of where we mention traceroute binaries:

deployment_scripts/config
deployment_scripts/deploy_linux.sh
deployment_scripts/config.ps1
monkey/infection_monkey/bin/traceroute32
monkey/infection_monkey/bin/traceroute64
monkey/infection_monkey/monkey.spec
monkey/infection_monkey/readme.md
mssalvatore commented 3 years ago

The jenkins build copies the binaries from the storage machine into a bin/ directory. Since this is also used for the sambacry binaries, no changes are required at this time.

https://github.com/guardicore/labs/blob/c4e0a39abe0d5716076217efff1c7c0b67d11f04/InfectionMonkey/InfectionMonkey/jenkins_script_linux.sh#L21