-
Notifications
You must be signed in to change notification settings - Fork 7
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
Enquiries #5
Comments
thanks for the note. that's odd about point 1, but i have to say that's really a question for microsoft. here's what dotnet packages i have installed (in kali):
as for point 2, that's a limitation of Ncmd, and it frustrates me, too. the python prototype i wrote had that capability (tab completion of sub commands), but i haven't figured out how to modify Ncmd to support that. hopefully it's working for you otherwise? |
also, if there are any improvements i can make to the dependency installation instructions please make some suggestions, or open a PR. thanks! |
so far the tools is working for me, the installation was pretty easy except the dotnet part that i clarify above. I would suggest to add a list of modules available as the tab-completion on |
hello. currently i am trying to use and test this tool. Not sure if what i ask is an issue, but this is what i encounter so far.
I install ObsidianSailboat in ubuntu 18.04. install masscan, aptitute and followed the installation guide from the readme.
first issue i encounter was when installing dotnet-sdk-3.0, it cannot run dotnet run. error shows somthing like " cannot use dotnet 3.0.1" .
I solve this by uninstalling dotnet-sdk3.0 and use dotnet-sdk-2.2
While i was trying to test, the tab-completion for
use discovery
cannot be completed. so as for now, i have a problem when trying to check what module is available.for this, i just want to ask if it was my problem for the tab-completion on
use
or other people has this problem.Other than that, i am still testing other command available in readme
Thank you
The text was updated successfully, but these errors were encountered: