-
-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable result post #59
Comments
I am not understanding your question. You have access to the JSON generated by the CLI here https://github.com/ajinabraham/NodeJsScan/blob/master/cli.py and you can add your custom logic there to suite your requirements. |
I want to use the integrated visualization of the application. Imagine the following process:
I want to use your already implemented result.html to render the results. |
Script your on code to read the json file and post or modify the cli to read the json output and post directly from there |
Hey @ajinabraham ,
is it possible to post a result.json generated by the cli.py command to the application and get the visualization from it. I love the cli option but i dont want to implement the html rendering of the output myself.
Thanks
The text was updated successfully, but these errors were encountered: