This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree 3 files changed +19
-12
lines changed
3 files changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ RUN git clone https://github.com/sethsec/celerystalk.git && \
12
12
cd setup && \
13
13
./install.sh
14
14
15
- ENTRYPOINT ["/bin/ bash" ]
15
+ CMD ["bash" ]
Original file line number Diff line number Diff line change @@ -42,22 +42,29 @@ celerystalk is:
42
42
** You must install and run celerystalk as root**
43
43
44
44
```
45
- # git clone https://github.com/sethsec/celerystalk.git
46
- # cd celerystalk/setup
47
- # ./install.sh
48
- # cd ..
49
- # ./celerystalk -h
45
+ git clone https://github.com/sethsec/celerystalk.git
46
+ cd celerystalk/setup
47
+ ./install.sh
48
+ cd ..
49
+ ./celerystalk -h
50
50
```
51
51
52
- ## Docker Build
52
+ ## Use docker container from Dockerhub
53
+
53
54
```
55
+ docker pull sethsec/celerystalk:latest
56
+ docker run -p 27007:27007 -ti celerystalk
57
+ ```
58
+
54
59
55
- # git clone https://github.com/sethsec/celerystalk.git
56
- # cd celerystalk
57
- # docker build -t celerystalk .
58
- docker build -t celerystalk .
60
+ ## Docker Build
61
+ ```
62
+ docker build -t celerystalk https://github.com/sethsec/celerystalk.git
63
+ docker run -p 27007:27007 -ti celerystalk
59
64
```
60
65
66
+
67
+
61
68
## Using celerystalk - The basics
62
69
63
70
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ import csv
90
90
91
91
from lib .nmap import nmapcommand
92
92
93
- build = str (245 )
93
+ build = str (246 )
94
94
95
95
96
96
def print_banner ():
You can’t perform that action at this time.
0 commit comments