koutto / jok3r

Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework

Home Page:https://www.jok3r-framework.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] db is not recognized command, alias or macro

cyrinux opened this issue · comments

At jok3r.py db start i got this:

image

The culprit

#sys.argv = sys.argv[0:1]

In fact it's because all the help/subcommand part of db is not yet done.

Strange, I don't have this problem here, running in th Docker container :

jok3r_db

Are you sure it is not due to the work you've done on the branch add-shodan ?

Hmmmmm good point, now I'm not sure. :) I search!

After removing all shodan related code i get yet the problem, but i confirm that the current docker image don't get the problem. Hmm

Wow seems it's a library version/missing problem, or something like this. Trying my code in the container works well.

I can't find which lib do this behavior. I close this to not pollute.