guardicore / monkey

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

SSH Brutforce not working #1527

Closed azzarin closed 2 years ago

azzarin commented 2 years ago

Expected Behavior

SSH credentials are set in the exploits configuration. It is default username and password. It was setup to test the Monkey. But it is not able to connect it seems.

Am i doing something wrong or is it simply no working?

Actual Behavior

SSH Exploit fails.

It looks like it runs the exploit: "10/12/2021, 6:21:30 PM MonkeyIsland - kali : 172.XX.XX.XX SSHExploiter"

Steps to Reproduce the Problem

  1. set up a PI
  2. test the monkey against it

Specifications

mssalvatore commented 2 years ago

Infection Monkey will not run on a Raspberry Pi. Raspberry Pi's use ARM processors. Infection Monkey is only built for x86_64 and x86.

azzarin commented 2 years ago

Infection Monkey will not run on a Raspberry Pi. Raspberry Pi's use ARM processors. Infection Monkey is only built for x86_64 and x86.

I'm sorry if I got it wrong. But the monkey Island is running ln a Kali Linux machine. But are you saying the attack won't work against a raspberry pi? If so it's my bad . I'll try set up another server.

mssalvatore commented 2 years ago

Correct, the attack won't work against a Raspberry Pi. It will successfully use SSH to access the Pi, but it will fail to execute the agent binary on the Pi.