koutto / jok3r

Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
https://www.jok3r-framework.com
Other
1.03k stars 253 forks source link

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

Closed cyrinux closed 5 years ago

cyrinux commented 5 years ago

At jok3r.py db start i got this:

image

cyrinux commented 5 years ago

The culprit https://github.com/koutto/jok3r/blob/d4ce9646ee6e6e333963e3f572107dcea04938c8/lib/core/ArgumentsParser.py#L238 In fact it's because all the help/subcommand part of db is not yet done.

koutto commented 5 years ago

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 ?

cyrinux commented 5 years ago

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

cyrinux commented 5 years ago

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

cyrinux commented 5 years ago

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

cyrinux commented 5 years ago

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