JoelGMSec / EvilnoVNC

Ready to go Phishing Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help Guys ln: /usr/bin/python: File exists

chromeheartbeat opened this issue · comments

I have just downloaded 2022 kali Linux and I have git-clone and built docker manually.
Below is what I'm getting every time I repeat the process of building docker manually

OK: 861 MiB in 299 packages

ln: /usr/bin/python: File exists

The command '/bin/sh -c apk add sudo bash xfce4 xvfb xdpyinfo lightdm-gtk-greeter x11vnc xfce4-terminal chromium python3 py3-pip git openssl curl gcc libc-dev python3-dev && ln -s /usr/bin/python3 /usr/bin/python && echo 'CHROMIUM_FLAGS="--disable-gpu --disable-software-rasterizer --disable-dev-shm-usage --kiosk --no-sandbox --password-store=basic"' >> /etc/chromium/chromium.conf && dbus-uuidgen > /var/lib/dbus/machine-id' returned a non-zero code: 1

Solution:
imagen

Just insert this line in Dockerfile, before the ln command.

Solution: imagen

Just insert this line in Dockerfile, before the ln command.

Solved with this, thanks!

Thanks Everyone. Merry Christmas