Skip to content

Commit 1364e43

Browse files
author
Your Name
committed
init
1 parent 6e5fa30 commit 1364e43

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/kali-zenmap-wf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "zenmap with kalilinux CI workflow"
33

44
on:
55
push:
6-
branches: [ main ]
6+
branches: [ test ]
77
# schedule:
88
# - cron: '0 0 1 * *' ##execution of a task in the first minute of the month
99

dockerfiles/Dockerfile.kali.zenmap

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ RUN set -xe && \
77
apt-get -qq update && \
88
apt-get -qqy upgrade
99

10+
#ghost eye + etherape
11+
#displays network activity in the link layer, IP, and TCP modes
1012
RUN set -xe && \
11-
apt-get install zenmap nmap etherape -y
12-
13+
apt-get install python3 nmap etherape -y && \
14+
git clone https://github.com/BullsEye0/ghost_eye.git && \
15+
cd ghost_eye && \
16+
pip3 install -r requirements.txt && \
17+
python3 ghost_eye.py

0 commit comments

Comments
 (0)