Kali Linux in Docker

  Рет қаралды 39,680

OneMarcFifty

OneMarcFifty

Күн бұрын

Пікірлер: 55
@dannyaustin84
@dannyaustin84 2 жыл бұрын
Totally subscribed. Such a lot of excellent information with literally NO fluff.
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Hi Danny, thanks for subscribing
@Alternosphere
@Alternosphere 2 жыл бұрын
lol i googled for this exact thing like half an hour after you uploaded it. gold. subscribed. thank you
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Perfect timing ;-)
@olafgusten2671
@olafgusten2671 2 жыл бұрын
just to thank you for this video series, looking forward to implement in my next project.
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Awesome- glad you like it !
@taherboujrida8110
@taherboujrida8110 Жыл бұрын
Thank you very much Mr Mark for the simple awesome explanation, fantastic presentation , keep it up
@OneMarcFifty
@OneMarcFifty Жыл бұрын
Hi, thank you very much for your feedback ;-)
@charlesdehavilland2437
@charlesdehavilland2437 Жыл бұрын
That build script you created is absolute mustard! THANK YOU!!!! Any chance of a video on bash scripting like this please?
@ShadowStormlq5mwdasd
@ShadowStormlq5mwdasd Жыл бұрын
and how to connect from rdp or vnc via host docker network? It`s writing this "Published ports are discarded when using host network mode"
@OneMarcFifty
@OneMarcFifty Жыл бұрын
Publishing a port effectively means doing a port forward (or rather DNAT) of that port from the host interface to the Docker bridge interface. If you use the host interface then you don't need DNAT because the port would listen directly on the host's interface and hence the port publishing is discarded. The container would still listen on that port though.
@elfinofficial4071
@elfinofficial4071 7 ай бұрын
Thank you so much for the script, this is exactly what I've been looking for. One question: I don't know what to put when asked about host volume and docker volume. I've put /home/admin for host and / for container, which gave errors. The image was already built so now I imagined I'll just use docker run on it?
@bourehimyoussef111
@bourehimyoussef111 Жыл бұрын
Thank you for the clear explanation. I have a vps server running an arm64 ubuntu 22, is there any possibility to run an x86-64 linux docker image inside it?
@mambo7668
@mambo7668 2 жыл бұрын
Hi Marc, the command line docker is not calling home and sniffing? because the windows docker with GUI is spying a lot
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Hi, not that I had ever been aware of ;-)
@mambo7668
@mambo7668 2 жыл бұрын
@@OneMarcFifty thanks! I will give docker another try
@zaidmunir8409
@zaidmunir8409 2 жыл бұрын
Installled kali on docker successsfully but can't access the port form vnc viewer. On portainer under published ports, there is nothing there. Though in the logs its specidies the port but it dosn't work. Plz help
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Hi Zaid, you might need to run a docker inspect on the container in order to see what it exposes or not and why. Maybe add some echo statements into the build script around line 90 to see what value the variables carry. Have you changed the build script in any way ?
@kailashj2145
@kailashj2145 Жыл бұрын
Hi mark, thanks for the video, was really useful. could you also explain how to access usb interfaces inside this container?
@OneMarcFifty
@OneMarcFifty Жыл бұрын
Hi, it should be as easy as mapping the device as a volume in theory (using the -v parameter, e.g. on the /dev/usb...)
@gizemduygusonmez8005
@gizemduygusonmez8005 Жыл бұрын
Hi Mark, thank you so much for video. Docker container is running but I cannot open the GUI. Actually I couldn't understand how to open GUI. Do I need to download any application for this ? Could you explain how to open Kalilinux GUI?
@ShadowStormlq5mwdasd
@ShadowStormlq5mwdasd Жыл бұрын
Thank you for your videos, interesting how to connect usb to container?
@OneMarcFifty
@OneMarcFifty Жыл бұрын
In theory you could just mount /dev/usb... or the like as a volume mount (-v) to the container.
@ferasalfarsi897
@ferasalfarsi897 3 ай бұрын
Can I do the same thing in my laptop MacBook instead of Debian to run kali in Docker ?
@eid0sman
@eid0sman 11 ай бұрын
does it possible to access Container GUI from the macOS ?
@Mr_Ravee
@Mr_Ravee 11 ай бұрын
I have a difference use case scenario here,I just need a light weight GUI xfce or any other made disposable with a docker container to run on docker for the vps server (Ubuntu) How do I achieve that?
@JohnMandersonBM
@JohnMandersonBM 2 жыл бұрын
These two files, do we need to save them as files and then run a command, or just copy and past the code and hit enter?
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Hi John, please see the readme on the github repo: github.com/onemarcfifty/kali-linux-docker
@JohnMandersonBM
@JohnMandersonBM 2 жыл бұрын
@@OneMarcFifty I did but still not able to understand. Not really a Linux guy.
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
@@JohnMandersonBM No worries - what Linux are you using, i.e. what linux version is your docker host running on ?
@JohnMandersonBM
@JohnMandersonBM 2 жыл бұрын
@@OneMarcFifty Running Portainer on Ubuntu 22.04.
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
@@JohnMandersonBM OK cool - in this case - in a shell type the following commands(without the quotes). First you need to make sure you have git installed: "apt update" then "apt install git", next clone the repository with "git clone github.com/onemarcfifty/kali-linux-docker.git" . Once you have a clone then do "cd kali-linux-docker" followed by "sudo ./build"
@TheEmperorXavier
@TheEmperorXavier 9 ай бұрын
Thank you very much for this well explained but very concise video sir, cheers!
@afifnassar450
@afifnassar450 Жыл бұрын
hello , I am already have running kalilinux/kali-rolling inside docker desktop on windows 11 , the sudo ./build not exist , how can I resolve this issue
@guocity
@guocity Жыл бұрын
I have raspberry pi setup as access point bridge mode, and after install docker, client will not get DHCP from router
@BK-lv9ff
@BK-lv9ff 2 жыл бұрын
ty sir im new to docker after ill switch to proxmox may be for now my needs are small very big danke for the skript
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Hey, you're welcome. Glad you liked it ;-)
@kanmaber
@kanmaber Жыл бұрын
Hi. Well done and very informative video. Thank you so much. I have a concern. I'm on kubuntu 20.04 and the DockerFile has been executed successfully. But I really don't know how to access the kali-linux desktop which is in the docker. Can you help me ?
@skkar2k2
@skkar2k2 Жыл бұрын
Thank you so much for the nice video what I was looking for. However, getting error in docker log - No log line matching the ' ' filter and not able to start
@dokomann
@dokomann 2 жыл бұрын
Freue mich schon auf kali unter proxmox .. wäre klasse wenn es dann ähnlich wie unter Virtual Box ist
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Es ist ein bischen weniger detailliert- 21 Stunden noch ;-)
@killerdude909
@killerdude909 2 жыл бұрын
verry good and simple i used it on my windows vm with docker windows all i had to do was go into to directory open a terminal in it and typ docker run build .
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Cool stuff - thanks for the feedback ;-)
@ProgrammingWithOsku
@ProgrammingWithOsku 2 жыл бұрын
Subscribed, and thank you so much
@OneMarcFifty
@OneMarcFifty Жыл бұрын
Thanks for subscribing, watching and for the feedback ;-)
@sarkybugger5009
@sarkybugger5009 2 жыл бұрын
Random comment. Thumb deployed. 👍
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
Thanks a lot ;-)
@IBITZEE
@IBITZEE 2 жыл бұрын
Marc... you have the 'gift' of explaining things in a coherent and objective way... :-) could you please explain the relation between the lightspeed/time and gravity??? ;-)) ( ¨\o/¨ )
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
It’s relative, i.e. it depends on your point of view. Also there is no escape from gravity - not for free ;-)
@ReemRamzi
@ReemRamzi 2 жыл бұрын
thank you
@OneMarcFifty
@OneMarcFifty 2 жыл бұрын
And thank you for watching ;-)
@botyironcastle
@botyironcastle 2 ай бұрын
so you need Linux to run linux great :)
@magicsyssolucionesentecnol733
@magicsyssolucionesentecnol733 Жыл бұрын
buen video
Kali Linux in Proxmox VE Container
12:35
OneMarcFifty
Рет қаралды 13 М.
Get started with Docker and Tailscale
14:04
Tailscale
Рет қаралды 37 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 452 М.
Docker Networking Made Simple: Connecting Containers Like a Pro
8:09
Password Hacking in Kali Linux
24:22
John Hammond
Рет қаралды 823 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 349 М.
Never install locally
5:45
Coderized
Рет қаралды 1,9 МЛН
You want a real Name Server at home? // DNS
32:31
Christian Lempa
Рет қаралды 286 М.
Easy Kali Linux in Docker Setup: Penetration Testing Simplified!
16:49
Running Windows in a Docker Container!
10:07
Wolfgang's Channel
Рет қаралды 362 М.
What is Kali? How to “install” Kali Linux from Debian
17:37
OneMarcFifty
Рет қаралды 12 М.
Why Linux Is Better For Programming
13:32
Hallden
Рет қаралды 2,8 МЛН