Skip to content

Commit

Permalink
Update Dockerfile for update from koutto/jok3r
Browse files Browse the repository at this point in the history
  • Loading branch information
koutto committed Aug 27, 2019
1 parent 96dffa7 commit b0fa925
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Dockerfile
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

1 comment on commit b0fa925

@ashishp99
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./jok3r.py db

     ____.       __    ________              `Combine the best of...
    |    | ____ |  | __\_____  \______           ...open-source Hacking Tools`
    |    |/  _ \|  |/ /  _(__  <_  __ \ 
/\__|    (  (_) )    <  /       \  | \/
\________|\____/|__|_ \/______  /__|      v3.0
                     \/       \/     

      ~ Network & Web Pentest Automation Framework ~

[ 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

Please sign in to comment.