ftrole / ICSpot

A high-interaction virtual honeypot for ICS that provides physical process simulation
GNU General Public License v3.0
17 stars 3 forks source link

Install-DoesntWork #1

Open muddydev opened 4 days ago

muddydev commented 4 days ago

Did a clean install of Ubuntu Desktop

root@ubuntu-desktop-2204:~/ICSpot# cat /etc/issue
Ubuntu 22.04.5 LTS \n \l

Linux ubuntu-desktop-2204 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov  6 17:42:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

During installation I wasnt enturely sure the python script ran well.

Also worth notin in the documenation that things are best ran in the GUI and not over ssh.

In short, I could not get it working

root@ubuntu-desktop-2204:~/ICSpot# honeyd -d -p nmap-os-db -i INTERFACE -l honeyd.log -f honeyd.conf 10.0.0.168 --disable-webserver
Honeyd V1.6d Copyright (c) 2002-2007 Niels Provos
honeyd[19987]: started with -d -p nmap-os-db -i INTERFACE -l honeyd.log -f honeyd.conf 10.0.0.168 --disable-webserver
malloc(): invalid next size (unsorted)
Aborted (core dumped)

Ps This is a really interesting project and id like to collaberate. I work for a high profile company and id be keen to reference you.

FedezT commented 1 day ago

Hello! Thanks for the positive feedback, really appreciate it! Feel free to contact me by mail if you want to discuss more.

Regarding the issue I just tried to install ICSpot in a VM with ubuntu 22.04 and the network simulation part works fine. Looking at your command, you should replace "INTERFACE" with your actual interface, this may be the problem. Let me know if you fix it.