cyb3rdoc
cyb3rdoc
That's doable however will require a bit overhaul to current code. So it might take some time to implement.
I updated the code and added option to enable/disable concatenation via config file. Updated code is in `dev` branch and docker image uses `dev` tag. Check `dev` docker image and...
Yes, seems like problem due to shlex.quote() which was implemented to resolve space issue. To handle that, space or non-alphanumeric characters can be converted to undersocre "_" and for your...