Docker Kali

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
HunSolo
Posts: 16
Joined: Wed May 31, 2017 11:02 am

Docker Kali

Post by HunSolo » Thu Oct 17, 2019 10:38 pm

EVE PRO:
Try to install docker eve-kali
!
root@evepro:/# dc images
REPOSITORY TAG IMAGE ID CREATED SIZE
eve-kali latest 6c94541834bd 11 seconds ago 5.46GB
eve-gui-server latest 7221769168fe 23 hours ago 3.14GB
eve-wireshark latest ed1593ae7a5a 24 hours ago 971MB
eve-firefox latest ad9ebdb88975 24 hours ago 1.49GB
eve-desktop latest 6387a7b76c6d 24 hours ago 2.42GB
dockergui-rdp latest b20a1941c367 24 hours ago 554MB
phusion/baseimage 0.9.22 877509368a8d 2 years ago 225MB
!

But was suprising, cannot find usefull tools inside ex (hping, metasploit and etc) from official Kali distributives. So the question is: What is the eve-kali station for?

ecze
Posts: 534
Joined: Wed Mar 15, 2017 1:54 pm

Re: Docker Kali

Post by ecze » Fri Oct 18, 2019 12:00 am

You can customize the docker by installing more tools then use export:

http://www.eve-ng.net/images/EVE-COOK-B ... 497%2C0%5D

Or modify /opt/dockers-src/eve-kali/install/install.sh

and rebuild docker with:

Code: Select all

cd /opt/dockers-src/eve-kali/build.sh

./build.sh

HunSolo
Posts: 16
Joined: Wed May 31, 2017 11:02 am

Re: Docker Kali

Post by HunSolo » Fri Oct 18, 2019 6:11 am

We have some kind of misunderstanding
From Twitter we see full Kali Docker
EveDocTwit.png
but in real from last packet I got blank
EveKaliReal.png
You do not have the required permissions to view the files attached to this post.

ecze
Posts: 534
Joined: Wed Mar 15, 2017 1:54 pm

Re: Docker Kali

Post by ecze » Fri Oct 18, 2019 2:00 pm

Kali have done some changes. Docker requires some modifications.

We did it today. Try to update and upgrade eve-ng-kali....

You should have this now:

run

apt update
apt upgrade
Screenshot 2019-10-18 at 15.59.21.png
You do not have the required permissions to view the files attached to this post.

HunSolo
Posts: 16
Joined: Wed May 31, 2017 11:02 am

Re: Docker Kali

Post by HunSolo » Fri Oct 18, 2019 3:18 pm

Thank a lot.
ALL got working

Post Reply