Aetsu/OffensivePipeline

Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path

jsdhasfeds opened this issue · 6 comments

Hi,

This tool has potential it seems. However, at the moment I cannot build any tools due to errors. For example when trying to build Rubeus I get:

[+] Name: Rubeus
- Description: Rubeus is a C# toolset for raw Kerberos interaction and abuses
- Git link: https://github.com/GhostPack/Rubeus
- Solution file: Rubeus\Rubeus.sln

 Solving dependences with nuget...
 Building solution...
     Error -> msbuild.exe: C:\tmp\OffensivePipeline_v0.8\GitTools\Rubeus\Rubeus.sln

Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\tmp\OffensivePipeline_v0.8\Output\Rubeus_khpb20v5uhx'

The above folder "Output" is never created or is no longer existing at this stage.

I am using the official release version 0.8.

Thanks!

Aetsu commented

Hi,

I have not been able to reproduce the error, but I get a similar error when I run the application with Windows Defender enabled.

The output folder is created (if it does not exist) during compilation with msbuild, but if Windows Defender identifies the application as a virus, it blocks the process and a similar error appears.

Thanks!

I have got the same error
image

Aetsu commented

Hi,

I updated the code (version 0.8.1 in the release section) to add basic loggin functionality to help debugging the build stage. The information will appear in the log.txt file.
In addition, I have added a check to see if the "Build Tools for Visual Studio 2019" are installed.

Please, can you test the new version and share with me the error log related to the compilation?

Thanks!

I would have shared the log file with you but version 0.8.1 is working for me :)

Hi,

I updated the code (version 0.8.1 in the release section) to add basic loggin functionality to help debugging the build stage. The information will appear in the log.txt file.
In addition, I have added a check to see if the "Build Tools for Visual Studio 2019" are installed.

Please, can you test the new version and share with me the error log related to the compilation?

Thanks!

Thanks. I will recompile the new version and check it again 😎

Hi,
I updated the code (version 0.8.1 in the release section) to add basic loggin functionality to help debugging the build stage. The information will appear in the log.txt file.
In addition, I have added a check to see if the "Build Tools for Visual Studio 2019" are installed.
Please, can you test the new version and share with me the error log related to the compilation?
Thanks!

Thanks. I will recompile the new version and check it again 😎

Thanks! work fine now.