Missing eve-ng-kali docker

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
BDIs01
Posts: 1
Joined: Tue Aug 03, 2021 2:18 am

Missing eve-ng-kali docker

Post by BDIs01 » Thu Sep 15, 2022 4:53 am

I am trying to install the extra dockers in eve-ng-pro

All I have are:
eve-firefox
eve-wireshark
eve-gui-server
eve-desktop

I am trying to install the extras in Pro. I am licensed for Pro; however I cannot find theem
Cookbook says for example ot install the Kali docker to:
apt install eve-ng-kali
or
apt install eve-ng-mali-large

However, all I get is:
root@eve-ng-pro:~# apt install eve-ng-kali
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package eve-ng-kali
root@eve-ng-pro:~#

I'm sure I may be missing a repository, bok I can't find in the Pro cookbook which ones should be in there.

Any help would be appreciated!

Uldis (UD)
Posts: 5080
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Missing eve-ng-kali docker

Post by Uldis (UD) » Thu Sep 15, 2022 6:42 am

Do this:

Code: Select all

dc search eveng/
 
dc pull eveng/eve-kali-large  
# change name to match eve requirement
dc tag eveng/eve-kali-large eve-kali-large
dc rmi eveng/eve-kali-large

Post Reply