diff --git a/.github/workflows/kali-zenmap-wf.yml b/.github/workflows/kali-zenmap-wf.yml index 7de96a6..192ed90 100644 --- a/.github/workflows/kali-zenmap-wf.yml +++ b/.github/workflows/kali-zenmap-wf.yml @@ -3,7 +3,7 @@ name: "zenmap with kalilinux CI workflow" on: push: - branches: [ main ] + branches: [ test ] # schedule: # - cron: '0 0 1 * *' ##execution of a task in the first minute of the month @@ -47,4 +47,4 @@ jobs: echo "################## ENTRYPOINT ##################" docker inspect -f '{{.Config.Entrypoint}}' ${name}:${version} echo "################## ENTRYPOINT ##################" - docker run ${name}:${version} -h \ No newline at end of file + # docker run ${name}:${version} -h \ No newline at end of file diff --git a/dockerfiles/Dockerfile.kali.zenmap b/dockerfiles/Dockerfile.kali.zenmap index 41b4acb..304848b 100644 --- a/dockerfiles/Dockerfile.kali.zenmap +++ b/dockerfiles/Dockerfile.kali.zenmap @@ -7,6 +7,13 @@ RUN set -xe && \ apt-get -qq update && \ apt-get -qqy upgrade +#ghost eye + etherape +#displays network activity in the link layer, IP, and TCP modes RUN set -xe && \ - apt-get install zenmap nmap etherape -y - + apt-get install git python3 python3-pip nmap etherape -y && \ + git clone https://github.com/BullsEye0/ghost_eye.git && \ + cd ghost_eye && \ + pip install webtech && \ + pip3 install -r requirements.txt + # FileNotFoundError: [Errno 2] No such file or directory: '/root/.local/share/webtech' + # python3 ghost_eye.py