Skip to content
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

Open
rossiV1 opened this issue Dec 18, 2019 · 3 comments
Open

Enquiries #5

rossiV1 opened this issue Dec 18, 2019 · 3 comments

Comments

@rossiV1
Copy link

rossiV1 commented Dec 18, 2019

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.

  1. 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

  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

@paralax
Copy link
Owner

paralax commented Dec 18, 2019

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):

ii  dotnet-host                               3.0.1-1                              amd64        Microsoft .NET Core Host - 3.0.1
ii  dotnet-hostfxr-2.2                        2.2.8-1                              amd64        Microsoft .NET Core Host FX Resolver - 2.2.8 2.2.8
ii  dotnet-hostfxr-3.0                        3.0.1-1                              amd64        Microsoft .NET Core Host FX Resolver - 3.0.1 3.0.1
ii  dotnet-runtime-2.2                        2.2.8-1                              amd64        Microsoft .NET Core Runtime - 2.2.8 Microsoft.NETCore.App 2.2.8
ii  dotnet-runtime-3.0                        3.0.1-1                              amd64        Microsoft .NET Core Runtime - 3.0.1 Microsoft.NETCore.App 3.0.1
ii  dotnet-runtime-deps-2.2                   2.2.8-1                              amd64        dotnet-runtime-deps-2.2 2.2.8
ii  dotnet-runtime-deps-3.0                   3.0.1-1                              amd64        dotnet-runtime-deps-3.0 3.0.1
ii  dotnet-sdk-2.2                            2.2.402-1                            amd64        Microsoft .NET Core SDK 2.2.402
ii  dotnet-sdk-3.0                            3.0.101-1                            amd64        Microsoft .NET Core SDK 3.0.101
ii  dotnet-targeting-pack-3.0                 3.0.1-1                              amd64        Microsoft.NETCore.App.Ref 3.0.1

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?

@paralax
Copy link
Owner

paralax commented Dec 18, 2019

also, if there are any improvements i can make to the dependency installation instructions please make some suggestions, or open a PR. thanks!

@rossiV1
Copy link
Author

rossiV1 commented Dec 20, 2019

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 use is currently not working. It would help many other people using this tool in my opinion. As for now i realised the module loaded is listed when running dotnet run when loading the program

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants