Skip to content

Commit ec75051

Browse files
author
Your Name
committed
etherape
1 parent 9603793 commit ec75051

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

dockerfiles/Dockerfile.kali.zenmap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ RUN set -xe && \
1313
apt-get install git python3 python3-pip nmap etherape -y && \
1414
git clone https://github.com/BullsEye0/ghost_eye.git && \
1515
cd ghost_eye && \
16-
pip3 install -r requirements.txt && \
17-
python3 ghost_eye.py
16+
pip3 install -r requirements.txt
17+
# FileNotFoundError: [Errno 2] No such file or directory: '/root/.local/share/webtech'
18+
# python3 ghost_eye.py

0 commit comments

Comments
 (0)