-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile for update from koutto/jok3r
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
FROM koutto/jok3r | ||
LABEL maintainer="[email protected]" | ||
LABEL description="Docker Image for Jok3r - Network and Web Pentest Framework \ | ||
* Based on Kali Linux, \ | ||
* All dependencies installed, \ | ||
* All tools in toolbox installed." | ||
|
||
LABEL org.label-schema.name="koutto/jok3r" | ||
LABEL org.label-schema.description="Docker Image for Jok3r - Network and Web Pentest Automation Framework" | ||
LABEL org.label-schema.usage="https://github.com/koutto/jok3r" | ||
LABEL org.label-schema.url="https://www.jok3r-framework.com" | ||
LABEL org.label-schema.docker.cmd="docker run -i -t -w /root/jok3r -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --shm-size 2g --net=host koutto/jok3r" | ||
|
||
# Will not prompt for questions | ||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
WORKDIR /root/jok3r | ||
|
||
RUN git pull && ./install-all.sh | ||
RUN python3 update.py |
b0fa925
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
./jok3r.py db
[ Manage Toolbox | Automate Attacks | Chain Hacking Tools ]
[!] Unexpected error occured: do_load
Traceback (most recent call last):
File "./jok3r.py", line 44, in init
controller.run()
File "/media/master/New Volume/jok3r-master/lib/controller/MainController.py", line 23, in run
}.get(self.arguments.mode)(self.arguments, self.settings, self.sqlsess).run()
File "/media/master/New Volume/jok3r-master/lib/controller/DbController.py", line 65, in init
del cmd2.Cmd.do_load
AttributeError: do_load
please solve this issuse