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

How to update SharpSploit source #6

Open
fastlorenzo opened this issue Dec 28, 2019 · 4 comments
Open

How to update SharpSploit source #6

fastlorenzo opened this issue Dec 28, 2019 · 4 comments

Comments

@fastlorenzo
Copy link

First of all, thanks for this awesome tool!

I was trying to update the SharpSploit source from the Source/ directory, but when I run the dotnet build command I get some errors.

Any hints on how to do it the "correct" way?

Thanks!

@cobbr
Copy link
Owner

cobbr commented Dec 28, 2019

You could try to: rm -r ./SharpSploit && git clone https://github.com/cobbr/SharpSploit
You may have to manually delete the .csproj file as well.

@fastlorenzo
Copy link
Author

I did try that way, removed all .sln and .csproj file from SharpSploit repo, as well as SharpSploit.Tests folder. I still receive many errors:
image

Might be that new references have been added and need to be manually put in SharpGen.csproj?

@fastlorenzo
Copy link
Author

ok, figured out the issue. There are new classes added in the latest SharpSploit version, which needs to be added in the SharpGen.csproj file

@fastlorenzo
Copy link
Author

I made a PR to add SharpSploit as a submodule, let me know if this is fine for you. #7

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