enkomio / AlanFramework

A C2 post-exploitation framework
Other
461 stars 72 forks source link

Modify console export path #8

Closed piedacoulisse2 closed 1 year ago

piedacoulisse2 commented 1 year ago

There is just a small mistake in the cmd prompt. Release file written at: E:\Tools\Misc\out\Alan.v7.0.518.4.zip Insteed of : Release file written at: E:\Tools\Misc\out\release\Alan.v7.0.518.4.zip

enkomio commented 1 year ago

Thanks for the PR. I think that code can be simplified. Do you mind changing it to:

Console.WriteLine("Release file written at: " + Path.Combine(releaseDir, "release", releaseFilename))

enkomio commented 1 year ago

thanks.